修改二维码文件大小 以及增加模型权重百度网盘地址

This commit is contained in:
fengyu 2023-04-14 21:59:39 +08:00
parent 4bbf78bfcc
commit 8fd3be8df8
2 changed files with 4 additions and 2 deletions

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="py38_langchain" project-jdk-type="Python SDK" />
</project>

View File

@ -153,8 +153,6 @@ Q5: 本项目可否在 colab 中运行?
A5: 可以尝试使用 chatglm-6b-int4 模型在 colab 中运行,需要注意的是,如需在 colab 中运行 Web UI需将`webui.py`中`demo.queue(concurrency_count=3).launch(
server_name='0.0.0.0', share=False, inbrowser=False)`中参数`share`设置为`True`。
Q6: 在Anaconda中使用pip安装包无效问题
此问题是系统环境问题,详细见 [在Anaconda中使用pip安装包无效问题](docs/在Anaconda中使用pip安装包无效问题.md)