mirror of
https://github.com/QwenLM/Qwen.git
synced 2026-05-20 16:35:47 +08:00
Fix bug of fschat version in Dockerfile-cu121.
This commit is contained in:
@@ -97,7 +97,7 @@ RUN <<EOF
|
|||||||
if [ "$BUNDLE_VLLM" = "true" ]; then
|
if [ "$BUNDLE_VLLM" = "true" ]; then
|
||||||
cd /data/shared/Qwen
|
cd /data/shared/Qwen
|
||||||
|
|
||||||
pip3 install vllm==0.2.7 "fschat[model_worker,webui]==0.2.34"
|
pip3 install vllm==0.2.7 "fschat[model_worker,webui]==0.2.33"
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user