We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0b7aa commit 7853451Copy full SHA for 7853451
.buildkite/scripts/hardware_ci/run-neuron-test.sh
@@ -58,7 +58,7 @@ docker run --rm -it --device=/dev/neuron0 --network bridge \
58
python3 /workspace/vllm/examples/offline_inference/neuron.py;
59
python3 -m pytest /workspace/vllm/tests/neuron/1_core/ -v --capture=tee-sys;
60
for f in /workspace/vllm/tests/neuron/2_core/*.py; do
61
- printf "Running test file: %s\n" "\$f";
+ echo \"Running test file: \$f\";
62
python3 -m pytest \$f -v --capture=tee-sys;
63
done
64
"
0 commit comments