Commit Graph

50 Commits (78bcb07f0ecd0b57d349dc6ffdf199a4632245ca)

Author SHA1 Message Date
Yuzhe Gu 78bcb07f0e
[CI]: fix and pass pre-commit hook (#666) 2024-01-26 17:26:04 +08:00
del-zhenwu 1cb9870cb3
[doc] Add the requirement for the transformers library version in usage section (#658) 2024-01-25 20:03:56 +08:00
LYMDLUT f395c4b5d1
[Doc] Add bitsandbytes to Readme,and support usage on low-resource devices. (#636) 2024-01-24 16:06:45 +08:00
yinghy18 fe41bbc058
[Doc]: Add InternLM-Math (#652) 2024-01-23 20:18:05 +08:00
Yang Gao 0ad595b0a2
[Docs]: Update origin ckpts link info in README (#651) 2024-01-23 20:16:40 +08:00
Songyang Zhang e7d8f1d3ac
[Fix] Link error (#640) 2024-01-19 18:08:02 +08:00
Kai Chen b00e875ed5
Add a figure to show the relation of different models (#638) 2024-01-19 16:33:18 +08:00
Yang Gao 6e51133a4d
[Docs]: Update description in README for InternLM2 models (#622) 2024-01-18 20:37:34 +08:00
Wenwei Zhang 0cae239483
[Doc]: Update readme (#620) 2024-01-18 13:00:09 +08:00
Yang Gao 69db8d4574
[Doc]: Update model descriptions in README (#601) 2024-01-17 14:51:14 +08:00
Yang Gao 896bac06a6
[Doc]: Update README (#599) 2024-01-17 13:07:35 +08:00
Kai Chen 3215e83cf3
Update README.md (#598) 2024-01-17 12:33:50 +08:00
Songyang Zhang 3ebe24d92c
[Doc] Update Evaluation (#588)
* [Doc] Update Evaluation

* Update performance

* Update performance

* Update README.md

* Update README_zh-CN.md

---------

Co-authored-by: Kai Chen <chenkaidev@gmail.com>
2024-01-17 12:20:42 +08:00
Range King 13cd9d9b21
[Docs] Fix typos in README (#594) 2024-01-17 11:41:08 +08:00
Wenwei Zhang 468982bc76
[Doc]: Resolve comments in documentation (#587)
* fix typos and try pass lint

* fix wrong path in CI

* fix wrong path in readme

* update lint doc

* update doc

* update doc
2024-01-17 10:47:06 +08:00
Lyu Han c40b34798c
[Doc]: update deployment guide (#591) 2024-01-17 10:32:43 +08:00
vansin 830944d061
Update README.md (#589) 2024-01-17 10:18:37 +08:00
Wenwei Zhang dbec726c62
Update main branch and docs (#585)
* [Refactor]: refactor with pure documentations and examples

* update model information

* update model information

* Check-in lmdeploy user guide

* Update chat format doc

* update cn doc

* clean doc
2024-01-17 09:46:11 +08:00
Yining Li cb922d44e2
fix(readme): fix deprecated model path in code examples (#554) 2023-12-22 20:56:27 +08:00
Lyu Han fc1f05c265
[Doc] update deployment guide based on lmdeploy v0.1.0 (#551) 2023-12-21 11:06:19 +08:00
Yining Li 68d6abc64a
doc(readme): update 7b/20b chat model information (#537)
* update chat model information in README

* modifications by pre-commit hook

* update 7b evaluation results

* fix readme
2023-12-14 17:46:03 +08:00
Pryest 3028f07cb7
fix(readme): update README with original weight download link (#460)
* update README with original weight download link.

* add extra info for original model weights.

* edit typo and polish
2023-11-01 14:49:48 +08:00
Shuo Zhang e611817442
fix(doc): add 20b releasing info to readme (#330)
* fix(eval): StreamingDataset does not have an __len__ method.

* doc(readme): update readme

* update readme

* update readme

* update readme

* update readme

* update readme

* update readme
2023-09-20 16:46:45 +08:00
Shuo Zhang 5e5d160685
fix(readme): fix readme about 20B releasing (#329)
* fix(eval): StreamingDataset does not have an __len__ method.

* doc(readme): update readme

* update readme

* update readme

* update readme

* update readme

* update readme
2023-09-20 16:26:43 +08:00
Shuo Zhang 2a09ebd5c1
doc(readme): update readme, add 20B releasing info (#328)
* fix(eval): StreamingDataset does not have an __len__ method.

* doc(readme): update readme

* update readme
2023-09-20 16:04:43 +08:00
huangting4201 2710fa7343
Merge develop to main (#314)
* feat: add unitest for model (#300)

* feat: add unitest for model

* feat:add model test

* Merge main to develop (#309)

* fix(chat): fix stream_chat to return generator (#123)

* fix(configs/7B_sft.py): model dtype float16 to bfloat16 (#302)

* fix(convert2hf.py): fix the rotary_emb.inv_freq KeyError (#299)

---------

Co-authored-by: yingtongxiong <974106207@qq.com>
Co-authored-by: zhjunqin <zhjunqin@users.noreply.github.com>
Co-authored-by: jiangtann <39088437+jiangtann@users.noreply.github.com>

* docs(doc/code-docs): add figure for training docs (#307)

* add training image for docs

* docs(doc/code-docs): add training img for en doc

* docs(doc/code-docs): fix en docs for initialize

* docs(doc/code-docs): update conf file for readthedocs

* docs(doc/code-docs): fix typos

* docs(doc/code-docs): fix typos for reathedocs

* docs(doc/code-docs): minor typo fix for reathedocs

* docs(doc/code-docs): fix readthedocs conf file

* docs(doc/code-docs): update training image

* docs(doc/code-docs): fix typos

* docs(doc/code-docs): update training image

* docs(doc/code-docs): move training image to section initialize

* docs(doc/code-docs): fix lint

* add badge about reathedocs status

* Merge main to develop (#312)

* fix(chat): fix stream_chat to return generator (#123)

* fix(configs/7B_sft.py): model dtype float16 to bfloat16 (#302)

* fix(convert2hf.py): fix the rotary_emb.inv_freq KeyError (#299)

* docs(doc/code-docs): update quickstart usage (#301)

* docs(usage.md): update usage.md

* docs(doc/code-docs): update en usage

---------

Co-authored-by: huangting4201 <huangting3@sensetime.com>

* docs(doc/code-docs): update en usage

---------

Co-authored-by: yingtongxiong <974106207@qq.com>
Co-authored-by: zhjunqin <zhjunqin@users.noreply.github.com>
Co-authored-by: jiangtann <39088437+jiangtann@users.noreply.github.com>
Co-authored-by: huangting4201 <huangting3@sensetime.com>

* feat: more tgs (#310)

* feat:more tgs

* feat:add more tgs

* feat:more tgs

* feat: add optimizer_unitest (#303)

* feat: add optimizer_unitest

* feat: add optimizer test

* feat: add optimizer test

* feat:add optimizer test

* fianl change

* feat:add optimizer test

* feat:add optimizer test

* feat:add optimizer test

---------

Co-authored-by: jiaxingli <43110891+li126com@users.noreply.github.com>
Co-authored-by: yingtongxiong <974106207@qq.com>
Co-authored-by: zhjunqin <zhjunqin@users.noreply.github.com>
Co-authored-by: jiangtann <39088437+jiangtann@users.noreply.github.com>
Co-authored-by: Season <caizheng@pjlab.org.cn>
Co-authored-by: huangting4201 <huangting3@sensetime.com>
2023-09-15 19:12:38 +08:00
loveSnowBest e1cefaef6b
fix huggingface link (#219) 2023-08-22 22:20:01 +08:00
Lyu Han 716131e477
introduce how to deploy 4-bit quantized internlm model (#207) 2023-08-22 11:31:01 +08:00
Kai Chen 075648cd70
update readme related to internlm-chat-7v-v1.1 (#214) 2023-08-22 08:08:44 +08:00
Wenwei Zhang 58108413bd
Update readme for news of InternLM-Chat-7B-v1.1 and Lagent (#213)
* update readme

* fix typo
2023-08-22 07:46:01 +08:00
lvhan028 fbe6ef1da5
[Doc] update deployment guide to keep consistency with lmdeploy (#136)
* update deployment guide

* fix error
2023-07-31 14:42:07 +08:00
vansin 2fee4220a6
Doc: add twitter link (#141) 2023-07-27 15:24:50 +08:00
x54-729 e746754b6e
delete torch_dtype of README's example code (#100) 2023-07-17 23:19:19 +08:00
x54-729 0c1060435d
Use tempfile for convert2hf.py (#23)
Fix https://github.com/InternLM/InternLM/issues/50
2023-07-17 21:08:10 +08:00
WRH cb991b6865
use fp16 in instruction (#80) 2023-07-14 17:56:15 +08:00
Ikko Eltociear Ashimine be50c02949
[Docs]: add Japanese README (#43)
* Add Japanese README

* Update README-ja-JP.md

replace message

* Update README-ja-JP.md
2023-07-14 16:29:34 +08:00
vansin 28bc0ebebe
[Doc] Add wechat and discord link in readme (#78)
* Doc:add wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link

* Doc:update wechat and discord link
2023-07-14 16:19:10 +08:00
blackBlackCat c7287e2584
feat(readme): add huggingface url (#52)
Co-authored-by: wangguoteng.p <wangguoteng@sensetime.com>
2023-07-11 22:04:46 +08:00
Sun Peng c18bec9361
fix[performance]: fix the performance evaluation mistakes (#40)
* fix(no_pp_scheduler): drop out and label if not used

* Update train_performance.md

* Update readme with new tested data

* update some typos

* doc(performance): fix some typos
2023-07-08 20:42:34 +08:00
Kai Chen dfb2751f00
add commercial license application form (#38) 2023-07-08 10:37:11 +08:00
Wenwei Zhang c690bf3779
[Doc]: fix citation blocks (#32) 2023-07-08 00:17:41 +08:00
Xingcheng Zhang 2066b36693
add citation (#30) 2023-07-07 22:58:48 +08:00
yhcc ed04c7edb0
Add 8k transformers link (#14)
* add links for 8k
* fix acknowledgement
2023-07-06 22:00:50 +08:00
RangeKing 21b44ad938 Update README.md 2023-07-06 17:46:51 +08:00
Songyang Zhang a290085512
Update readme (#9)
* Update README.md

* Update README-zh-Hans.md
2023-07-06 17:06:48 +08:00
Shuo Zhang c4d1d96c06
Update README.md 2023-07-06 16:37:59 +08:00
Shuo Zhang 497a48287b
Update README.md 2023-07-06 16:02:22 +08:00
Kai Chen d4b9fc08b9
Update the demo image url 2023-07-06 13:06:57 +08:00
Xingcheng Zhang 0f78a1c12a
Update README.md img 2023-07-06 13:00:01 +08:00
Sun Peng fa7337b37b initial commit 2023-07-06 12:55:23 +08:00