Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@wheresmyhair wheresmyhair released this 11 Jul 02:03
· 5 commits to main since this release

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