mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-25 17:44:27 +08:00
[HotFix] [CI/Build] Minor fix for CPU backend CI (#3787)
This commit is contained in:
parent
0e3f06fe9c
commit
77a6572aa5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user