Commit Graph

6 Commits (09a2b5ba502a50f80ca4d3821ec8b16c0c3dbc48)

Author SHA1 Message Date
x54-729 09a2b5ba50 Add meta instruction in chat 2024-01-09 15:37:07 +08:00
x54-729 695d76eb31 update model 2024-01-03 15:21:37 +08:00
x54-729 9d400c262a update rope sin&cos 2024-01-01 19:23:31 +08:00
x54-729 d9262da635 update hf model: add rope config and add qkv 2023-12-12 12:19:20 +08:00
YWMditto 095ebfff9d
feat(tools): support dynamic ntk rope in transformers (#470)
* support dynamic ntk in transformers

* support dynamic ntk in transformers

* support dynamic ntk in transformers

* add rope doc

* add rotary config in configuration_internlm.py

---------

Co-authored-by: YWMditto <862779238@qq.com>
2023-11-06 23:15:06 +08:00
x54-729 b9c813a972
fix(tools): fix streaming_chat and update docs (#467)
* move hf model to tools/transformers/internlm_model

* fix stream_chat

* Add stream_chat example

* fix import

* Add __init__ to internlm_model

* Add hf link

* fix import of tools/tokenizer.py

* fix huggingface url in readme
2023-11-03 16:12:37 +08:00