Skip to content

Releases: modelscope/swift

v2.1.0

12 Jun 05:45
Compare
Choose a tag to compare

中文

新功能

  • 支持了SimPO对齐算法,请查看文档
  • 支持多模态部署能力
  • web-ui支持量化和评测功能,并支持多模态界面推理和部署

新模型

  • ChatGLM4和ChatGLMv
  • Qwen2系列
  • llava1.5/1.6系列模型
  • mini-internvl系列模型
  • paligemma系列模型
  • Yuan2模型

Bug修复

请查看下方的详细提交记录

English

New Features

  • Add SimPO alignment algorithm. Please refer to the documentation.
  • Support for multimodal deployment capabilities.
  • Web UI now supports quantization and evaluation command, as well as multimodal inference and deployment.

New Models

  • ChatGLM4 and ChatGLMv
  • Qwen2 series
  • llava1.5/1.6 series models
  • mini-internvl series models
  • paligemma series models
  • Yuan2 model

Bug fixing

Please check the update logs for details

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.1.0

v2.0.5.post1

28 May 07:18
Compare
Choose a tag to compare
Merge branch 'main' into release/2.0

v2.0.5

22 May 10:59
Compare
Choose a tag to compare
Merge branch 'main' into release/2.0

v2.0.4

01 May 05:20
Compare
Choose a tag to compare
Merge branch 'main' into release/2.0

v2.0.3

23 Apr 17:00
Compare
Choose a tag to compare
bump version

v2.0.0

15 Apr 09:19
Compare
Choose a tag to compare

New Features

  1. Support for peft 0.10.x version, with the default value of the tuner_backend parameter changed to peft. The interface of peft has been dynamically patched to support parameters like lora_dtype.
  2. Support for vllm+lora inference.
  3. Refactored and updated the README file.
  4. Added English versions of the documentation. Currently, all documents have both English and Chinese versions.
  5. Support for training 70B models using FSDP+QLoRA on dual 24GB GPUs. Script available at: https://github.com/modelscope/swift/blob/main/examples/pytorch/llm/scripts/llama2_70b_chat/qlora_fsdp/sft.sh
  6. Support for training agents and using the ModelScopeAgent framework. Documentation available at: https://github.com/modelscope/swift/blob/main/docs/source/LLM/Agent%E5%BE%AE%E8%B0%83%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5.md
  7. Support for model evaluation and benchmark. Documentation available at: https://github.com/modelscope/swift/blob/main/docs/source/LLM/LLM%E8%AF%84%E6%B5%8B%E6%96%87%E6%A1%A3.md
  8. Support for multi-task experiment management. Documentation available at: https://github.com/modelscope/swift/blob/main/docs/source/LLM/LLM%E5%AE%9E%E9%AA%8C%E6%96%87%E6%A1%A3.md
  9. Support for GaLore training.
  10. Support for training and inference of AQLM and AWQ quantized models.

New Models

New Datasets

What's Changed

New Contributors

Read more

v1.7.0

09 Mar 07:54
Compare
Choose a tag to compare

New Features:

  1. Added support for swift export, enabling awq-int4 quantization and gpt-int2,3,4,8 quantization. Models can be pushed to the Modelscope Hub. You can view the documentation here.
  2. Enabled fine-tuning of awq quantized models.
  3. Enabled fine-tuning of aqlm quantized models.
  4. Added support for deploying LLM with infer_backend='pt'.
  5. Added web-ui with task management and visualization of training loss, eval loss, etc. Inference is accelerated using VLLM.

New Tuners:

  1. Lora+.
  2. LlamaPro.

New Models:

  1. qwen1.5 awq series.
  2. gemma series.
  3. yi-9b.
  4. deepseek-math series.
  5. internlm2-1_8b series.
  6. openbuddy-mixtral-moe-7b-chat.
  7. llama2 aqlm series.

New Datasets:

  1. ms-bench-mini.
  2. hh-rlhf-cn series.
  3. disc-law-sft-zh, disc-med-sft-zh.
  4. pileval.

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.1

21 Feb 08:09
Compare
Choose a tag to compare

New Models:

  1. deepseek-math series

New Datasets:

  1. sharegpt-gpt4-mini
  2. disc-law-sft-zh
  3. disc-med-sft-zh

Bug Fix

  1. Fix vllm==0.3 & swift deploy bug.
  2. Fix zero3 & swift lora bug.

Full Changelog: v1.6.0...v1.6.1

v1.6.0

07 Feb 10:16
Compare
Choose a tag to compare

New Features:

  1. Agent Training
  2. AIGC support: controlnet, controlnet_sdxl, dreambooth, text_to_image, text_to_image_sdxl
  3. Compatibility with vllm==0.3.*

New Models:

  1. qwen1.5 series
  2. openbmb series

What's Changed

Full Changelog: v1.5.4...v1.6.0

v1.5.4

31 Jan 17:20
Compare
Choose a tag to compare

New Features:

  1. Default zero3.json file
  2. Enhanced support for multi-modal models

New Models:

  1. Orion series
  2. Codefuse series
  3. Internlm2-math series
  4. Internlm2 series
  5. Qwen2 series
  6. Yi-vl series
  7. Internlm-xcomposer2

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4