Skip to content

Releases: OptimalScale/LMFlow

v1.0.0

Choose a tag to compare

@wheresmyhair wheresmyhair released this 11 Jul 02:03

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

Choose a tag to compare

@research4pan research4pan released this 19 Jun 03:43
d7055e3

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

Choose a tag to compare

@shizhediao shizhediao released this 09 Aug 03:57
82c5981
Merge pull request #603 from OptimalScale/doc-edit

Edit doc and readme

Jul 21: LMFlow 0.0.3

Choose a tag to compare

@hendrydong hendrydong released this 21 Jul 15:35
0105829
Merge pull request #560 from yaoguany/main

allow exceeding model maximum length when train&inference

initial release

initial release Pre-release
Pre-release

Choose a tag to compare

@shizhediao shizhediao released this 27 Mar 17:42
f5edf25

initial release