Unverified Commit 77a6572a authored by bigPYJ1151's avatar bigPYJ1151 Committed by GitHub
Browse files

[HotFix] [CI/Build] Minor fix for CPU backend CI (#3787)

parent 0e3f06fe
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment