Fix bug of fschat version in Dockerfile-cu121.

This commit is contained in:
苏阳
2024-01-09 12:35:21 +08:00
parent 69a7eebbf5
commit 53990f7028

View File

@@ -97,7 +97,7 @@ RUN <<EOF
if [ "$BUNDLE_VLLM" = "true" ]; then
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
EOF