mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 08:17:45 +01:00
fix gpu/cpu docker
This commit is contained in:
@@ -89,7 +89,7 @@ elif [ "$IMAGE_TYPE" = "llm" ]; then \
|
||||
pip install --no-cache-dir huggingface-hub transformers peft diffusers -U; \
|
||||
pip uninstall autoawq -y; \
|
||||
else \
|
||||
pip install "transformers<4.56" "trl<0.23" "diffusers<0.35" --no-dependencies; \
|
||||
pip install "transformers<4.56" "tokenizers<0.22" "trl<0.23" "diffusers<0.35" --no-dependencies; \
|
||||
fi
|
||||
|
||||
# install nvm and set node version to 18
|
||||
|
||||
Reference in New Issue
Block a user