imClumsyPanda
|
2a44bd870e
|
Dev (#1046)
* 增加lora检查点加载成功提示
* 修复baichuan_llm引起的bug
* update model_config
---------
Co-authored-by: hzg0601 <hzg0601@163.com>
|
2023-08-11 10:50:21 +08:00 |
Vincent chen
|
62047c880e
|
Adding an implementaion for involving with accessing Baichuan-13B-Chat (#1005)
|
2023-08-10 21:55:35 +08:00 |
imClumsyPanda
|
00cb7bf598
|
add support for chatglm2-6b-32k
|
2023-08-01 10:58:05 +08:00 |
imClumsyPanda
|
dfe7bee243
|
Merge branch 'master' into dev
|
2023-07-31 19:54:43 +08:00 |
cylee
|
4235270a32
|
Merge branch 'dev' into chatglm2cpp
|
2023-07-28 14:41:14 +08:00 |
hzg0601
|
cd91290bfb
|
删除reqirements的中文
|
2023-07-27 14:28:58 +08:00 |
liunux4odoo
|
8732dcc1c4
|
恢复被PR659覆盖的model_config
|
2023-07-27 08:42:17 +08:00 |
imClumsyPanda
|
01a54d1042
|
add chatglm-fitness-RLHF made by @BoFan-tunning to llm_model_dict in model_config.py
|
2023-07-26 21:41:27 +08:00 |
hzg0601
|
34a2af118b
|
update model_config.py
|
2023-07-26 18:04:35 +08:00 |
hzg0601
|
e8ff31be1f
|
1.使api.py里可以使用args.py的参数;2.兼容args.py和model_config.py的控制方式;3.更新fastchat调用模型名的说明
|
2023-07-26 17:46:02 +08:00 |
hzg0601
|
58a5de92a5
|
1.更改加载lora的方式;2.允许api.py调用args.py的命令行;3. FastChat路径提示
|
2023-07-26 17:05:37 +08:00 |
imClumsyPanda
|
db80358df8
|
Update model_config.py
fix openai api url
|
2023-07-25 11:16:02 +08:00 |
Zhi-guo Huang
|
1f8924eeac
|
Merge branch 'dev' into chatglm2cpp
|
2023-07-24 14:44:00 +08:00 |
lichongyang
|
62ba7679fe
|
support chatglm2cpp
|
2023-07-24 14:41:51 +08:00 |
hzg0601
|
3b6819f091
|
更改默认的LLM_MODEL
|
2023-07-21 15:35:17 +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
|
915f4f359a
|
补充openai的连接失败问题解决方案
|
2023-07-21 09:29:43 +08:00 |
hzg0601
|
c501df2405
|
temporarily save
|
2023-07-19 10:57:09 +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 |
imClumsyPanda
|
7dc44249eb
|
update model_config.py
|
2023-07-17 21:49:05 +08:00 |
hzg0601
|
6f967a069d
|
udpate
|
2023-07-17 15:07:52 +08:00 |
glide-the
|
c5026fb4e7
|
参数校验
|
2023-07-16 02:19:34 +08:00 |
glide-the
|
22d08f5ec5
|
必要参数校验
|
2023-07-16 02:17:52 +08:00 |
hzg0601
|
57cb6b05de
|
add moss-int4
|
2023-07-13 22:21:00 +08:00 |
zg h
|
43d1bf4fb3
|
支持命令行输入ptuning路径
|
2023-07-13 22:10:54 +08:00 |
hzg0601
|
f68d347c25
|
add ptuning-v2 dir
|
2023-07-13 21:22:35 +08:00 |
glide-the
|
c5bc21781c
|
修改模型生成的调用方式,兼容Chain调用
修改模型切换的bug
|
2023-07-12 23:09:28 +08:00 |
Zhi-guo Huang
|
ca13ab8173
|
测试OPENAI接口成功 (#813)
|
2023-07-11 23:40:49 +08:00 |
hzg0601
|
1940da0adf
|
测试openai接口成功
|
2023-07-11 23:35:24 +08:00 |
imClumsyPanda
|
3a6a6fa8f6
|
update model_config.py
|
2023-07-11 20:19:50 +08:00 |
imClumsyPanda
|
7480005822
|
Merge branch 'master' into dev
|
2023-07-11 20:18:40 +08:00 |
Zhi-guo Huang
|
a5ca4bf26a
|
1.增加对llama-cpp模型的支持;2.增加对bloom/chatyuan/baichuan模型的支持;3. 修复多GPU部署的bug;4. 修复了moss_llm.py的bug;5. 增加对openai支持(没有api,未测试);6. 支持在多卡情况自定义设备GPU (#664)
* 修复 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
* add bloom-3b,bloom-7b1,ggml-vicuna-13b-1.1
* 1.增加对llama-cpp模型的支持;2.增加对bloom模型的支持;3. 修复多GPU部署的bug;4. 增加对openai支持(没有api,未测试);5.增加了llama-cpp模型部署的说明
* llama模型兼容性说明
* modified: ../configs/model_config.py
modified: ../docs/INSTALL.md
在install.md里增加对llama-cpp模型调用的说明
* 修改llama_llm.py以适应llama-cpp模型
* 完成llama-cpp模型的支持;
* make fastchat and openapi compatiable
* 1. 修复/增加对chatyuan,bloom,baichuan-7等模型的支持;2. 修复了moss_llm.py的bug;
* set default model be chatglm-6b
* 在多卡情况下也支持自定义GPU设备
---------
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
|
2023-07-11 19:36:50 +08:00 |
stc2001
|
7217e3391d
|
Update model_config.py (#768)
添加ChatGLM2-6b-int4和ChatGLM2-6b-int8
|
2023-07-04 19:04:57 +08:00 |
imClumsyPanda
|
eaf46a04e3
|
Add chatglm2-6b configs
|
2023-06-25 17:04:16 +08:00 |
imClumsyPanda
|
017b34647e
|
update requirements.txt and model_config.py
|
2023-06-18 21:52:56 +08:00 |
kiddog99
|
25b46a7b9e
|
标题增强 (#631)
* Add files via upload
* Update local_doc_qa.py
* Update model_config.py
* Update zh_title_enhance.py
* Add files via upload
* Update README.md
* fix bugs in MyFAISS.delete_doc
* fix:前端知识库获取失败.
* update zh_title_enhance.py
* update zh_title_enhance.py
* Update zh_title_enhance.py
* add test/textsplitter
* add test_zh_title_enhance.py
---------
Co-authored-by: imClumsyPanda <littlepanda0716@gmail.com>
Co-authored-by: JZF <jiangzhifeng_jzf@163.com>
Co-authored-by: fxjhello <127916299+fxjhello@users.noreply.github.com>
|
2023-06-18 21:45:06 +08:00 |
Zhi-guo Huang
|
a70df98825
|
更新FAQ,model_config.py,bing_search.py文件,增加bing搜索问答相关问题的原因和可能解决方案,修复了一些typo;修改loader.py中load_in_8bit失败的原因和详细解决方案 (#610)
* 修复 bing_search.py的typo;更新model_config.py中Bing Subscription Key申请方式及注意事项
* 更新FAQ,增加了[Errno 110] Connection timed out的原因与解决方案
* 修改loader.py中load_in_8bit失败的原因和详细解决方案
* update loader.py
|
2023-06-14 21:31:26 +08:00 |
imClumsyPanda
|
a887df1715
|
add knowledge_base folder and move vector_store and content inside
|
2023-06-13 23:54:29 +08:00 |
glide-the
|
0abd2d9992
|
llama_llm.py 提示词修改
|
2023-06-13 18:36:07 +08:00 |
imClumsyPanda
|
ecd7b6133b
|
updata model_config.py
|
2023-06-12 00:10:47 +08:00 |
imClumsyPanda
|
66c4e9de92
|
Merge branch 'master' into dev
|
2023-06-11 21:16:08 +08:00 |
glide-the
|
5afee735a9
|
bing搜索agent
|
2023-06-10 22:15:39 +08:00 |
imClumsyPanda
|
dec0c46816
|
add support for new embedding models: moka-ai/m3e-base and moka-ai/m3e-small
|
2023-06-09 19:04:34 +08:00 |
glide-the
|
218aca2e20
|
删除model_dir和NO_REMOTE_MODEL
|
2023-06-08 16:51:04 +08:00 |
imClumsyPanda
|
20f1daff1a
|
add fastchat.md
|
2023-05-31 22:50:35 +08:00 |
glide-the
|
ab73f6ad93
|
适配远程LLM调用
|
2023-05-31 22:26:39 +08:00 |
glide-the
|
24324563d6
|
适配远程LLM调用
|
2023-05-31 22:11:28 +08:00 |
glide-the
|
0f2ea29194
|
调整项目结构,适配远程LLM调用生成问题。新增fastchat_openai_llm.py实现fastchat openai报文报文形式调用
|
2023-05-31 00:00:35 +08:00 |