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