Skip to content

Commit

Permalink
Update test-template-aws.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Jul 14, 2024
1 parent 8ad00e2 commit 8cf1f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ steps:
{% if step.label == "Benchmarks" %}
mount-buildkite-agent: true
{% endif %}
command: ["bash", "-c", "cd {{ (step.working_dir or default_working_dir) | safe }} && {{ step.command or (step.commands | join(' && ')) | safe }}"]
command: ["bash", "-c", "nvidia-smi && cd {{ (step.working_dir or default_working_dir) | safe }} && {{ step.command or (step.commands | join(' && ')) | safe }}"]
environment:
- VLLM_USAGE_SOURCE=ci-test
- HF_HOME={{ hf_home }}
Expand Down

0 comments on commit 8cf1f82

Please sign in to comment.