update ms-swift version

This commit is contained in:
suluyana
2025-01-02 10:16:28 +08:00
parent 7cc4c1bdf9
commit 49293a39d5

View File

@@ -32,7 +32,7 @@ if [ "$MODELSCOPE_SDK_DEBUG" == "True" ]; then
pip install faiss-gpu
pip install healpy
pip install huggingface-hub==0.25.2
pip install ms-swift==3.0.0
pip install ms-swift>=3.0.1
# test with install
pip install .
else