Commit Graph

414 Commits

Author SHA1 Message Date
yangapku
08d5c79293 update README_CN.md 2023-11-30 16:59:39 +08:00
yangapku
b1d80a9385 add 72B and 1.8B Qwen models, add Ascend 910 and Hygon DCU support, add docker support 2023-11-30 15:43:00 +08:00
yangapku
e8e15962d8 add 72B and 1.8B Qwen models, add Ascend 910 and Hygon DCU support, add docker support 2023-11-30 15:29:13 +08:00
yangapku
981c89b2a9 update finetune.py 2023-11-14 18:22:06 +08:00
Yang An
91675cbcd4 Merge pull request #632 from JianxinMa/main
openai_api.py: compatible with both pydantic v1 and v2
2023-11-14 17:07:16 +08:00
兼欣
2408eea7d6 openai_api.py: compatible with both pydantic v1 and v2 2023-11-14 16:51:05 +08:00
yangapku
dcfc400881 update tokenization_note.md 2023-11-14 14:38:42 +08:00
yangapku
42bd2fa694 update wechat 2023-11-14 12:55:12 +08:00
Yang An
99cacff46a Merge pull request #583 from QwenLM/update_readme_1106
add modelscope links for int8 models
2023-11-06 11:58:52 +08:00
lukeming.lkm
845dc08474 add modelscope links for int8 models 2023-11-06 11:47:32 +08:00
yangapku
c00209f932 update evaluate scripts 2023-10-30 19:13:14 +08:00
yangapku
83368388aa update openai_api.py 2023-10-30 15:50:34 +08:00
Junyang Lin
daf00604d9 Update finetune.py 2023-10-25 12:05:21 +08:00
Junyang Lin
10c3ceee39 Merge pull request #507 from songt96/feature/songt
print peft trainable params
2023-10-22 08:30:26 +08:00
Junyang Lin
e6ecfb2294 Update README_FR.md 2023-10-20 22:06:37 +08:00
Junyang Lin
6cf80d2c11 Update README_JA.md 2023-10-20 22:06:00 +08:00
Junyang Lin
8effcb2a76 Update README_CN.md 2023-10-20 22:04:43 +08:00
Junyang Lin
d082c2c926 Update README.md 2023-10-20 21:50:15 +08:00
songt
e46d65084a print peft trainable params 2023-10-20 17:38:47 +08:00
Junyang Lin
3e63f107fa Update finetune.py 2023-10-20 13:22:11 +08:00
Junyang Lin
8c5beaba8d Merge pull request #498 from QwenLM/1019_update_readme
update readme
2023-10-20 01:52:06 +08:00
JustinLin610
c908968cea update readme 2023-10-20 01:50:47 +08:00
Junyang Lin
07de511766 Merge pull request #476 from dlutsniper/main
Update finetune.py For lower cpu memory
2023-10-19 23:10:43 +08:00
梦典
f3d7c69be2 Update finetune.py
Just lora finetuing need low cpu memory usage
2023-10-18 15:24:45 +08:00
Junyang Lin
3885918ab1 Merge pull request #485 from QwenLM/1017_readme
1017 readme
2023-10-17 20:53:24 +08:00
JustinLin610
2a58d35ebd Merge remote-tracking branch 'origin/main' into 1017_readme 2023-10-17 20:51:56 +08:00
JustinLin610
899bc5bb98 update news 2023-10-17 20:50:35 +08:00
Junyang Lin
2e0612cec3 Merge pull request #484 from QwenLM/1017_readme
add french readme
2023-10-17 20:35:03 +08:00
JustinLin610
e6d8deb975 add french readme 2023-10-17 20:28:36 +08:00
yangapku
93963f8d1f add result of int8 models 2023-10-17 19:56:11 +08:00
Junyang Lin
e3a7c5ecc7 Merge pull request #477 from QwenLM/1016_readme
update readme
2023-10-16 16:59:58 +08:00
JustinLin610
235aa8f71e update readme 2023-10-16 16:55:27 +08:00
梦典
67b3f949b6 Update finetune.py For lower cpu memory
1.Change default device_map to "auto"
device_map = "auto"
2.For lower cpu memory, add parameter at load model
low_cpu_mem_usage=True,
2023-10-16 16:13:10 +08:00
yangapku
78352b5a79 update readme about batch inference 2023-10-14 21:36:53 +08:00
Yang An
9d1d0be363 Update requirements_web_demo.txt 2023-10-14 10:30:06 +08:00
yangapku
f076e2fa42 specify repetition penalty 2023-10-13 11:44:48 +08:00
Jianxin Ma
024146bc82 Merge pull request #458 from JianxinMa/main
fix badcase for 14b
2023-10-12 15:24:54 +08:00
Jianxin Ma
35ffc26050 Merge branch 'QwenLM:main' into main 2023-10-12 15:21:39 +08:00
兼欣
a91ba426d1 fix badcase for 14b 2023-10-12 15:21:11 +08:00
Junyang Lin
da0df628e7 Merge pull request #454 from QwenLM/logicwong-patch-4
Update README_CN.md, upate batch infer
2023-10-12 15:00:33 +08:00
Junyang Lin
1aabdaf636 Merge pull request #455 from QwenLM/logicwong-patch-5
Update README.md, update batch infer
2023-10-12 14:59:59 +08:00
Wang Peng
c73a065849 Update README.md, update batch infer 2023-10-12 13:29:06 +08:00
Wang Peng
6716c83264 Update README_CN.md, upate batch infer 2023-10-12 13:28:24 +08:00
Jianxin Ma
96a5789238 Merge pull request #453 from JianxinMa/main
fix badcase in doc
2023-10-12 11:50:22 +08:00
兼欣
5f96ce9420 fix badcase in doc 2023-10-12 11:48:33 +08:00
Junyang Lin
dd2b331122 Merge pull request #443 from QwenLM/logicwong-patch-3
Update README_CN.md, add batch inference
2023-10-11 23:22:05 +08:00
Junyang Lin
4eee29e790 Merge pull request #442 from QwenLM/logicwong-patch-2
Update README.md, add batch inference
2023-10-11 21:10:08 +08:00
Yang An
a389508fa8 Merge pull request #449 from QwenLM/update_readme
update readme
2023-10-11 19:21:31 +08:00
lukeming.lkm
e6f2a7af6d update readme 2023-10-11 19:09:26 +08:00
Jianxin Ma
7a0d45de09 Merge pull request #448 from JianxinMa/main
fix badcase in react_demo.py
2023-10-11 17:40:06 +08:00