alpa

Training and serving large-scale neural networks with auto parallelization.

APACHE-2.0 License

Downloads
780
Stars
3K
Committers
44

Bot releases are visible (Hide)

alpa - Release v0.2.3 Latest Release

Published by merrymercy over 1 year ago

Maintenance release.

  • Support manual sharding (#816)
  • Optimize cross-mesh communication (#773, #798)
  • Add publications (#885)
  • Support new models: CodeGen, BLOOM-Z (#774, #844)
  • Add priority scheduling in the model server (#852)
  • Add guidance on strategy inspection (#879)
  • Inference stage construction (#793, #799)
  • Misc bug fixes (#876, #878, #873)
alpa - Release v0.2.2

Published by merrymercy almost 2 years ago

  • Rebase to jax v0.3.22 (#782)
  • Support TPU backend for ShardParallel (#764)
  • Misc improvements for LLM serving
alpa - Release v0.2.1

Published by merrymercy about 2 years ago

  • Fine-tune OPT with 3d parallelism #716
  • Support bigscience/bloom #707
  • Add model serving controller #720
  • Jaxlib update
alpa - Release v0.2.0

Published by merrymercy about 2 years ago

  • Improve OPT generation speed (#661)
  • Add logprobs endpoint (#679)
  • Support global norm in pipeline parallelism (#672)
  • Rebase jax to v0.3.15 (#682)
  • Improve the stability of the server
alpa - Release v0.1.6

Published by merrymercy about 2 years ago

alpa - Release v0.1.5

Published by merrymercy about 2 years ago

alpa - Release v0.1.4

Published by merrymercy over 2 years ago

  • [Feature] Serialize Parallel Plan (#587)
  • [Test] Move test install to alpa package (#584)
  • [CI/CD] New PyPI Infra (#577)
alpa - Release v0.1.3

Published by merrymercy over 2 years ago

alpa - Release v0.1.1

Published by merrymercy over 2 years ago

alpa - Release v0.1.0

Published by zhisbug over 2 years ago

Major feature updates:

  • Support serving Meta's open source OPT model 175B
  • Distributed weight init
  • Add a set of strategy-specific interfaces such as DataParallel, Zero2Parallel, Zero3Parallel

Minors:

  • enhancement on the PyTorch frontend
  • many bugfixes
  • Doc update: Performance tuning guide, and a slide deck for Alpa
alpa - v0.0.3 release

Published by zhisbug over 2 years ago

  • PyTorch experimental support by @yf225
  • small changes of interfaces on auto sharding
alpa - Test release v0.0.2

Published by merrymercy over 2 years ago

alpa - First release of v0.0.1

Published by zhisbug over 2 years ago

First release of Alpa v0.0.1

Package Rankings
Top 9.59% on Proxy.golang.org
Top 8.56% on Pypi.org
Badges
Extracted from project README
CI Build Jaxlib
Related Projects