mirror of
https://github.com/QwenLM/Qwen.git
synced 2026-05-20 16:35:47 +08:00
Fix Dockerfile for <https://github.com/QwenLM/Qwen/issues/783>.
This commit is contained in:
@@ -73,7 +73,7 @@ if [ "$BUNDLE_FINETUNE" = "true" ]; then
|
||||
apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
|
||||
libopenmpi-dev openmpi-bin \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
pip3 install optimum auto-gptq mpi4py
|
||||
pip3 install "optimum==1.12.0" "auto-gptq==0.4.2" mpi4py
|
||||
fi
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user