From c66eef4eda4842413023f9a5891ed8e1d2aa5f59 Mon Sep 17 00:00:00 2001 From: Zhicheng Zhang Date: Tue, 23 Apr 2024 17:31:28 +0800 Subject: [PATCH] update version --- .dev_scripts/build_image.sh | 2 +- modelscope/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dev_scripts/build_image.sh b/.dev_scripts/build_image.sh index dd40ffd1..50fbd57f 100644 --- a/.dev_scripts/build_image.sh +++ b/.dev_scripts/build_image.sh @@ -155,7 +155,7 @@ docker_file_content=`cat docker/Dockerfile.ubuntu` BUILD_HASH_ID=$(git rev-parse HEAD) # install thrid part library -docker_file_content="${docker_file_content} \nRUN export COMMIT_ID=$BUILD_HASH_ID && pip install --no-cache-dir -U adaseq pai-easycv && pip install --no-cache-dir -U 'ms-swift==2.0.2' 'funasr==1.0.14' autoawq 'timm>0.9.5' 'transformers==4.40.0'" +docker_file_content="${docker_file_content} \nRUN export COMMIT_ID=$BUILD_HASH_ID && pip install --no-cache-dir -U adaseq pai-easycv && pip install --no-cache-dir -U 'ms-swift==2.0.2' 'funasr==1.0.14' autoawq 'timm>0.9.5' 'transformers==4.38.2'" docker_file_content="${docker_file_content} \nRUN pip uninstall modelscope -y && export COMMIT_ID=$BUILD_HASH_ID && cd /tmp && GIT_LFS_SKIP_SMUDGE=1 git clone -b $build_branch --single-branch $REPO_URL && cd modelscope && pip install . && cd / && rm -fr /tmp/modelscope && pip cache purge;" diff --git a/modelscope/version.py b/modelscope/version.py index d319d225..fd670690 100644 --- a/modelscope/version.py +++ b/modelscope/version.py @@ -1,5 +1,5 @@ # Make sure to modify __release_datetime__ to release time when making official release. -__version__ = '1.14.0' +__version__ = '1.14.0rc1' # default release datetime for branches under active development is set # to be a time far-far-away-into-the-future __release_datetime__ = '2024-04-22 00:00:00'