Unverified Commit 90ccc92c authored by MatejKosec's avatar MatejKosec Committed by GitHub
Browse files

fix(container): sync VLLM_VER when --vllm-ref is passed to install_vllm.sh (#8257)

parent 32ec044c
......@@ -37,6 +37,7 @@ while [[ $# -gt 0 ]]; do
;;
--vllm-ref)
VLLM_REF="$2"
VLLM_VER="${VLLM_REF#v}"
shift 2
;;
--max-jobs)
......
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