v0.2.1dev20230901
版本发布时间: 2023-09-01 17:27:25
InternLM/InternLM最新发布版本:v0.2.1dev20240102(2024-01-02 13:05:11)
Highlights
- Support centos and ubuntu dockerfile
- Support runtime gpu flops and nccl allreduce speed test
What's Changed
🚀 Features
- Implement uniform_init for tensor by @Pryest in https://github.com/InternLM/InternLM/pull/252
- Support centos and ubuntu dockerfile by @li126com in https://github.com/InternLM/InternLM/pull/220 https://github.com/InternLM/InternLM/pull/243
- Support writer
add_scalars
for writing dict data by @huangting4201 in https://github.com/InternLM/InternLM/pull/257 - Support runtime gpu flops and nccl allreduce speed test by @sunpengsdu in https://github.com/InternLM/InternLM/pull/254
💥 Improvements
🐞 Bug fixes
- Fix StreamingDataset does not have an
len
method by @00INDEX in https://github.com/InternLM/InternLM/pull/251 - Fix argument missing in getting loss metrics by @MagicDevilZhang in https://github.com/InternLM/InternLM/pull/256
- Fix the error that RotaryEmbedding is converted to a non-fp32 format during operation by @YWMditto in https://github.com/InternLM/InternLM/pull/239
📚 Documentations
- Update readme structure by @huangting4201 in https://github.com/InternLM/InternLM/pull/240
- Support readthedocs by @huangting4201 in https://github.com/InternLM/InternLM/pull/245 https://github.com/InternLM/InternLM/pull/264