ChatGLM3
ChatGLM3 copied to clipboard
ModuleNotFoundError: No module named 'huggingface_hub.inference._text_generation'
System Info / 系統信息
streamlit run main.py
ModuleNotFoundError: No module named 'huggingface_hub.inference._text_generation'
Who can help? / 谁可以帮助到您?
No response
Information / 问题信息
- [ ] The official example scripts / 官方的示例脚本
- [ ] My own modified scripts / 我自己修改的脚本和任务
Reproduction / 复现过程
streamlit run main.py
Expected behavior / 期待表现
streamlit run main.py
这个不是TGI的模型
降低huggingface_hub的版本,尝试huggingface_hub==0.19.4
我也遇到了同样的问题,尝试降级huggingface_hub,也没用