Skip to content

v0.1.6 Released!

Compare
Choose a tag to compare
@ver217 ver217 released this 02 Jun 06:31
· 3085 commits to main since this release
b167258

Main features

  1. ColoTensor supports hybrid parallel (tensor parallel and data parallel)
  2. ColoTensor supports ZeRO (with chunk)
  3. Config tensor parallel by module via ColoTensor
  4. ZeroInitContext and ShardedModelV2 support loading checkpoint and hugging face from_pretrain()

What's Changed

ColoTensor

Zero

  • [zero] add load_state_dict for sharded model by @ver217 in #894
  • [zero] add zero optimizer for ColoTensor by @ver217 in #1046

Hotfix

Unit test

CI

CLI

Documentation

Misc

New Contributors

Full Changelog: v0.1.5...v0.1.6