Skip to content

Releases: OptimalScale/LMFlow

v1.0.0

11 Jul 02:03
Compare
Choose a tag to compare

Description

  1. LMFlow now defaults to using Accelerate (i.e, run scripts using accelerate launch ... finetune.py ...). If you prefer to use deepspeed (deepspeed ... finetune.py ...) or accelerate + deepspeed backend, please install using pip install -e '.[deepspeed]'
  2. Removed/archived some less frequently used docs/scripts/modules.
    • docker
    • scripts/data_preprocess, scripts/speculative_decoding, scripts/tools, scripts/vocab_extension
    • service
    • utils

What's Changed

New Contributors

Full Changelog: v0.0.8...v1.0.0

[2024-06-19] LMFlow v0.0.8

19 Jun 03:43
d7055e3
Compare
Choose a tag to compare

Major new features since v0.0.4

  • Support conversation templates
  • Support new optimization algorithms, e.g. LISA
  • Update requirements to support latest models
  • Fix bugs in qlora/lora scripts
  • Fix tokenization parallelism bug
  • Improve script interfaces

What's Changed

Read more

Aug 8: LMFlow 0.0.4

09 Aug 03:57
82c5981
Compare
Choose a tag to compare
Merge pull request #603 from OptimalScale/doc-edit

Edit doc and readme

Jul 21: LMFlow 0.0.3

21 Jul 15:35
0105829
Compare
Choose a tag to compare
Merge pull request #560 from yaoguany/main

allow exceeding model maximum length when train&inference

initial release

27 Mar 17:42
f5edf25
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

initial release