From 49293a39d5838ec84017ffb83ad248d0f0b4584e Mon Sep 17 00:00:00 2001 From: suluyana Date: Thu, 2 Jan 2025 10:16:28 +0800 Subject: [PATCH] update ms-swift version --- .dev_scripts/ci_container_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev_scripts/ci_container_test.sh b/.dev_scripts/ci_container_test.sh index ceefd6d5..8cfe46ff 100644 --- a/.dev_scripts/ci_container_test.sh +++ b/.dev_scripts/ci_container_test.sh @@ -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