v0.1.10
版本发布时间: 2023-12-11 17:43:08
InternLM/xtuner最新发布版本:v0.1.23(2024-07-22 20:19:23)
What's Changed
- [Feature] Support for full-scale fine-tuning of large language models such as Llama2 70B. by @HIT-cwh in https://github.com/InternLM/xtuner/pull/231
- [Feature] Support to process internlm-style datasets by @HIT-cwh in https://github.com/InternLM/xtuner/pull/232
- [Fix] Fix bugs of llama dispatch by @LZHgrla in https://github.com/InternLM/xtuner/pull/229
- [Bug] Resolve the bug introduced by higher versions of DeepSpeed. by @HIT-cwh in https://github.com/InternLM/xtuner/pull/240
- [Doc] Add internlm dataset doc by @HIT-cwh in https://github.com/InternLM/xtuner/pull/242
- add
wizardcoder
template by @xiaohangguo in https://github.com/InternLM/xtuner/pull/243 - [Feature] Filter negative labels by @xiaohangguo in https://github.com/InternLM/xtuner/pull/244
- [Bug] Support auto detect torch_dtype in chat.py by @HIT-cwh in https://github.com/InternLM/xtuner/pull/250
- [Feature] Add Qwen 1.8b config by @xiaohangguo in https://github.com/InternLM/xtuner/pull/252
- [Feature]Add Deepseekcoder config by @xiaohangguo in https://github.com/InternLM/xtuner/pull/253
- [Bug] Fix bugs when grad clip == 0 by @HIT-cwh in https://github.com/InternLM/xtuner/pull/262
- [Feature] Support Mixtral 8x7b by @pppppM in https://github.com/InternLM/xtuner/pull/263
- bump version to v0.1.10 by @pppppM in https://github.com/InternLM/xtuner/pull/264
New Contributors
- @xiaohangguo made their first contribution in https://github.com/InternLM/xtuner/pull/243
- @pppppM made their first contribution in https://github.com/InternLM/xtuner/pull/263
Full Changelog: https://github.com/InternLM/xtuner/compare/v0.1.9...v0.1.10