File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212- Integration with Bitorch Engine
1313- Full-parameter fine-tuning and PEFT support
1414- Fast inference capabilities
15- - Comprehensive evaluation tools and detailed model evaluation results
15+ - Comprehensive evaluation tools and detailed model evaluation results
16+
17+ ## [ 0.2.0] - 2024/22/05
18+
19+ ### Added
20+
21+ - Initial support for a classical GPTQ model using the MPQLinear layer
22+ - AutoGPTQ information and commands in the repository
23+ - Support for LoRA and GPTQ evaluation
24+ - SFT comparison updates
25+ - Missing comment to the customized trainer class
26+
27+ ### Fixed
28+
29+ - Issue in GbaSFTTrainer for saving non-GBA models
30+ - Mismatch issue between GPTQ and LoRA
31+ - Bug preventing quant_strategy.json from being saved during SFT
32+
33+ ### Updated
34+
35+ - README with new AutoGPTQ and GPTQ support information
Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments