Skip to content

Commit

Permalink
[HotFix] [CI/Build] Minor fix for CPU backend CI (vllm-project#3787)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigPYJ1151 committed Apr 2, 2024
1 parent 0e3f06f commit 77a6572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/run-cpu-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ trap remove_docker_container EXIT
remove_docker_container

# Run the image and launch offline inference
docker run --network host --env VLLM_CPU_KVCACHE_SPACE=1 --name cpu-check cpu-test python3 examples/offline_inference.py
docker run --network host --env VLLM_CPU_KVCACHE_SPACE=1 --name cpu-test cpu-test python3 examples/offline_inference.py

0 comments on commit 77a6572

Please sign in to comment.