imClumsyPanda
|
3f627af745
|
Update README.md
|
2023-07-24 08:32:21 +08:00 |
imClumsyPanda
|
b586ee6e1f
|
Add files via upload
|
2023-07-24 08:31:54 +08:00 |
imClumsyPanda
|
fdd353e48a
|
Merge branch 'master' into dev
|
2023-07-23 18:40:04 +08:00 |
imClumsyPanda
|
ff5d2ecc1e
|
update img
|
2023-07-23 18:39:49 +08:00 |
imClumsyPanda
|
0f43845a98
|
merge master
|
2023-07-23 18:38:51 +08:00 |
hzg0601
|
1e1075b98a
|
Merge branch 'dev' of github.com:imClumsyPanda/langchain-ChatGLM into dev
|
2023-07-21 23:13:11 +08:00 |
hzg0601
|
b2278f2f25
|
更改api.py的chat函数的history的类型为Optional,修复chat接口不可调用的问题
|
2023-07-21 23:12:28 +08:00 |
liunux4odoo
|
a6f42e7c8e
|
fix iss#889:
when init_model on startup, set llm model's history_len to LLM_HISTORY_LEN from model_config.
|
2023-07-21 23:07:50 +08:00 |
Ma Zhiming
|
3f76cb5f47
|
[Fix] INSTALL.md (#907)
* Update INSTALL.md
* Update INSTALL.md
|
2023-07-21 16:42:53 +08:00 |
hzg0601
|
3b6819f091
|
更改默认的LLM_MODEL
|
2023-07-21 15:35:17 +08:00 |
hzg0601
|
6ec1e56e03
|
Merge branch 'dev' of github.com:imClumsyPanda/langchain-ChatGLM into dev
|
2023-07-21 15:29:53 +08:00 |
Zhi-guo Huang
|
acee2d5ad2
|
Merge pull request #905 from chinainfant/dev
解决加载ptuning检查点失败的问题
|
2023-07-21 15:32:37 +08:00 |
chinainfant
|
c1c2ed1943
|
Update loader.py 解决加载ptuning报错的问题
|
2023-07-21 15:30:19 +08:00 |
hzg0601
|
32122ee225
|
update gitignore
|
2023-07-21 15:29:36 +08:00 |
chinainfant
|
ec2bf9757c
|
Update args.py 将use-ptuning-v2的命名行改为action='store_true'
|
2023-07-21 15:28:11 +08:00 |
Zhi-guo Huang
|
7d37dc876e
|
Merge pull request #904 from bones-zhu/dev
1 修复model_config.py的type;2 修改默认的LLM_model;3. 移除chatglm_llm.py的无用模块
|
2023-07-21 15:14:33 +08:00 |
bones-zhu
|
5479a74789
|
Update chatglm_llm.py remove unused library
|
2023-07-21 15:11:51 +08:00 |
bones-zhu
|
e2eaefc999
|
Update model_config.py 修改默认的LLM_MODEL
|
2023-07-21 15:10:13 +08:00 |
bones-zhu
|
a1b454fc43
|
Update model_config.py fix type
|
2023-07-21 15:09:33 +08:00 |
hzg0601
|
5f4f8dcedc
|
解决loader.py中以名称匹配模型式未排除chatglm2的问题
|
2023-07-21 09:49:18 +08:00 |
hzg0601
|
a5294748a4
|
Merge branch 'dev' of github.com:imClumsyPanda/langchain-ChatGLM into dev
|
2023-07-21 09:32:19 +08:00 |
hzg0601
|
915f4f359a
|
补充openai的连接失败问题解决方案
|
2023-07-21 09:29:43 +08:00 |
imClumsyPanda
|
bf940e9041
|
Update README.md
|
2023-07-20 15:06:02 +08:00 |
imClumsyPanda
|
2db6604c55
|
Add files via upload
|
2023-07-20 15:04:12 +08:00 |
liunux@home
|
dd3617fcdf
|
将paddle相关loader改为动态引入,可以在不上传pdf/image知识文件的前提下使用protobuf=4.x。
这样可以使用最新版streamlit和chainlit。
|
2023-07-20 12:32:37 +08:00 |
Zhi-guo Huang
|
ee7285cd93
|
在args.py中增加ptuning相关的参数 (#838)
* 修复 bing_search.py的typo;更新model_config.py中Bing Subscription Key申请方式及注意事项
* 更新FAQ,增加了[Errno 110] Connection timed out的原因与解决方案
* 修改loader.py中load_in_8bit失败的原因和详细解决方案
* update loader.py
* stream_chat_bing
* 修改stream_chat的接口,在请求体中选择knowledge_base_id;增加stream_chat_bing接口
* 优化cli_demo.py的逻辑:支持 输入提示;多输入;重新输入
* update cli_demo.py
* 按照review建议进行修改
* 修改默认的多卡部署方案,基本保证针对新模型也不会失败
* 测试openai接口成功
* add ptuning-v2 dir
* 支持命令行输入ptuning路径
* 在FAQ中给出加载量化版本失败的原因和解决方案
* print error
* udpate
* Update args.py
* debug for fastchat_openai_llm
* temporarily save
* update faq for
---------
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
Co-authored-by: zg h <bj wang@hzg0601-acer.hundsun.com>
|
2023-07-19 23:15:14 +08:00 |
hzg0601
|
50c872c0b8
|
update faq for
|
2023-07-19 23:09:19 +08:00 |
hzg0601
|
c501df2405
|
temporarily save
|
2023-07-19 10:57:09 +08:00 |
hzg0601
|
6199c45a13
|
Merge branch 'dev' of github.com:hzg0601/langchain-ChatGLM-annotation into dev
git pull origin dev.
|
2023-07-19 10:04:05 +08:00 |
hzg0601
|
391dc1d33a
|
debug for fastchat-openai-llm
|
2023-07-19 10:02:39 +08:00 |
hzg0601
|
90fe40b221
|
debug for fastchat_openai_llm
|
2023-07-19 10:00:23 +08:00 |
liunux4odoo
|
f88bf2cbf3
|
fix issue#580: 新建知识库出错 (#880)
* Add files via upload
* Update README.md
* fix: make get_vs_list return folders only
* fix: bugs when create new knowledgebase
---------
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
|
2023-07-18 23:40:18 +08:00 |
hzg0601
|
d714644afc
|
Merge branch 'dev' of https://github.com/imClumsyPanda/langchain-ChatGLM into dev
|
2023-07-18 21:23:14 +08:00 |
imClumsyPanda
|
6b66efa576
|
Update README.md
|
2023-07-18 14:30:58 +08:00 |
imClumsyPanda
|
343d16e583
|
Add files via upload
|
2023-07-18 14:30:30 +08:00 |
imClumsyPanda
|
1ef3ef5d27
|
update gradio version in requirements.txt
|
2023-07-18 04:03:28 +08:00 |
imClumsyPanda
|
7dc44249eb
|
update model_config.py
|
2023-07-17 21:49:05 +08:00 |
imClumsyPanda
|
98b773c43a
|
rebase master
|
2023-07-17 21:45:04 +08:00 |
imClumsyPanda
|
10a3185b34
|
rebase master
|
2023-07-17 21:43:57 +08:00 |
imClumsyPanda
|
33b978b5c4
|
update README.md
|
2023-07-17 21:39:10 +08:00 |
imClumsyPanda
|
a54b73aaf9
|
Update args.py
|
2023-07-17 21:26:13 +08:00 |
glide-the
|
aa944f6ee7
|
Merge pull request #852 from benjaminhuo/master
Fix LocalDocQA object has no attribute llm when adding docs
|
2023-07-17 21:25:17 +08:00 |
hzg0601
|
6f967a069d
|
udpate
|
2023-07-17 15:07:52 +08:00 |
Benjamin Huo
|
4e6edecd9e
|
Fix LocalDocQA object has no attribute llm when adding docs
Signed-off-by: Benjamin Huo <benjamin@kubesphere.io>
|
2023-07-16 11:39:46 +08:00 |
glide-the
|
c5026fb4e7
|
参数校验
|
2023-07-16 02:19:34 +08:00 |
glide-the
|
22d08f5ec5
|
必要参数校验
|
2023-07-16 02:17:52 +08:00 |
glide-the
|
1e2124ff54
|
参数校验
|
2023-07-16 01:31:28 +08:00 |
glide-the
|
c389f1a33a
|
增加fastchat打字机输出
|
2023-07-16 01:29:51 +08:00 |
liunux4odoo
|
5cbb86a823
|
rewrite streamlit ui with streamlit-chatbox;fix bugs (#850)
|
2023-07-15 22:05:57 +08:00 |
taokuizu
|
df3744f501
|
fix Non-UTF-8 code starting with \xe5 (#849)
|
2023-07-15 21:08:47 +08:00 |