rebuild ms-funcodec to adapt py311

This commit is contained in:
xingjun.wxj
2025-03-17 15:21:49 +08:00
parent 69f3b32815
commit b656d6f3b7
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ RUN pip uninstall ms-swift modelscope -y && pip --no-cache-dir install pip==23.*
pip install --no-cache-dir apex -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
if [ "$INSTALL_MS_DEPS" = "True" ]; then \
pip --no-cache-dir install omegaconf==2.0.6 && \
pip install 'editdistance==0.5.2' && \
pip install 'editdistance==0.8.1' && \
pip install --no-cache-dir 'cython<=0.29.36' versioneer 'numpy<2.0' -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
pip install --no-cache-dir kwsbp==0.1.0 -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \
# pip install --no-cache-dir kwsbp==0.0.6 -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html && \

View File

@@ -1,2 +1,2 @@
funcodec>=0.2.0
#ms-funcodec>=0.2.0
#funcodec>=0.2.0
ms-funcodec>=0.2.0