-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
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
如果在云服务器上运行,没有配置代理需要注释掉这段代码,避免出现模型加载失败情况 #108
Comments
app.py 文件 |
记录下我在 matpool.com 复现过程: git clone https://ghproxy.com/https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui
cd LangChain-ChatGLM-Webui/
pip install -r requirements.txt 2、环境配置好,放模型,我的模型下载上传在矩池云网盘,目录是 /mnt/example/chatglm-6b 3、修改配置代码:把模型相对路径改下自己模型存放位置的绝对路径,就是上面写的,你要改成你自己模型所在位置 我只测试下 chatglm-6b,所以把默认模型改成了 chatglm-6b。 4、修改app.py代码:注释代理配置代码。 5、运行代码: cd LangChain-ChatGLM-Webui/
python app.py
|
如果可以提个PR趴~ |
不在服务器上设置代理,没有办法获得到public url |
由于作者做了异常处理,如果没有配置代理或者端口不一致,可能直接显示“模型未成功重新加载,请点击重新加载模型”,而不清楚错误原因,建议这部分加些日志输出打印错误原因
The text was updated successfully, but these errors were encountered: