Skip to content

Releases: alpa-projects/alpa

Release v0.2.3

07 Mar 04:20
06cb62f
Compare
Choose a tag to compare

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)

Release v0.2.2

24 Nov 00:29
181de4f
Compare
Choose a tag to compare
  • Rebase to jax v0.3.22 (#782)
  • Support TPU backend for ShardParallel (#764)
  • Misc improvements for LLM serving

Release v0.2.1

01 Oct 15:25
Compare
Choose a tag to compare
  • Fine-tune OPT with 3d parallelism #716
  • Support bigscience/bloom #707
  • Add model serving controller #720
  • Jaxlib update

Release v0.2.0

07 Sep 21:11
Compare
Choose a tag to compare
  • 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

Release v0.1.6

16 Aug 16:22
e342ad2
Compare
Choose a tag to compare

Release v0.1.5

23 Jul 20:36
5afa57b
Compare
Choose a tag to compare

Release v0.1.4

04 Jul 14:58
4a73f3a
Compare
Choose a tag to compare
  • [Feature] Serialize Parallel Plan (#587)
  • [Test] Move test install to alpa package (#584)
  • [CI/CD] New PyPI Infra (#577)

Release v0.1.3

01 Jul 13:43
7b2a023
Compare
Choose a tag to compare

Release v0.1.1

23 Jun 19:16
c7873aa
Compare
Choose a tag to compare
  • Interface change (#540)
  • Minor bug fixes

Release v0.1.0

22 Jun 23:22
8239e8a
Compare
Choose a tag to compare

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