"lib/mocker/vscode:/vscode.git/clone" did not exist on "1368ccd6031fbafa10ca44e8fe547f8a2111319d"
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 ...@@ -37,6 +37,7 @@ while [[ $# -gt 0 ]]; do
;; ;;
--vllm-ref) --vllm-ref)
VLLM_REF="$2" VLLM_REF="$2"
VLLM_VER="${VLLM_REF#v}"
shift 2 shift 2
;; ;;
--max-jobs) --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