fix punkt

This commit is contained in:
suluyan
2024-12-20 16:46:24 +08:00
parent 2231c923a7
commit 2ec18b89da
4 changed files with 14 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ if [ "$MODELSCOPE_SDK_DEBUG" == "True" ]; then
python -m spacy download en_core_web_sm
pip install faiss-gpu
pip install healpy
pip install huggingface-hub==0.25.2
# test with install
pip install .
else