MindSearch
MindSearch copied to clipboard
在env中配置了internlm/internlm2_5-7b-chat这个模型,运行报错
在环境中配置模型SILICON_MODEL=internlm/internlm2_5-7b-chat, 运行报如下错误
aise EnvironmentError( OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like internlm/internlm2_5-7b-chat is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'
不太明白为什么会到huggingface去下载, 已经配置了SILICON_API_KEY和SILICON_MODEL, 这是哪里出了问题?
启动命令不对吧