We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照 #6 的说明:
运行之后,显示
对比了pc上输出,cache目录下没有文件
正常能跑起来
- OS: m2 max - Python: 3.11.2 - Transformers: - PyTorch: - CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) : false
No response
The text was updated successfully, but these errors were encountered:
从本地加载的时候本来就是不会在~/.cache/huggingface/hub里写文件的。 从报错来看,你可以检查一下本地的ice_text.model文件是否下载正确
~/.cache/huggingface/hub
ice_text.model
Sorry, something went wrong.
部署的本地模型有没有git lfs pull? 可以看一下ls -al models/ 结果嘛
确实是ice_text.model没下载成功,添加后就可以了。
No branches or pull requests
Is there an existing issue for this?
Current Behavior
按照 #6 的说明:
运行之后,显示
对比了pc上输出,cache目录下没有文件
Expected Behavior
正常能跑起来
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: