Skip to content

Releases: InftyAI/llmaz

v0.0.7

12 Sep 09:33
e2f0786
Compare
Choose a tag to compare

What's Changed

🚀 Major Features:

Features:

🐛 Bugs:

♻️ Cleanups:

Full Changelog: v0.0.6...v0.0.7

v0.0.6

06 Sep 02:11
fcc3543
Compare
Choose a tag to compare

What's Changed

🚀 Major Features:

✨ Features:

🐛 Bugs:

  • fix wrong field path in the openmodel webhook by @carlory in #107
  • Playground should be triggered to create Services and then Pods once the model is created by @carlory in #109
  • Fix watch for changes to LeaderWorkerSet created by llmaz and trigger a Reconcile for the owner by @carlory in #108

♻️ Cleanups:

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

26 Aug 02:54
28a7aa6
Compare
Choose a tag to compare

What's Changed

  • Stop sharing model weights across Pods in the same node by @kerthcet in #102
  • Change model name to github.com/inftyai/llmaz by @kerthcet in #104

Full Changelog: v0.0.4...v0.0.5

v0.0.4

19 Aug 10:56
e9795ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

10 Aug 15:59
79d070c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

08 Aug 10:40
67f78a7
Compare
Choose a tag to compare

What's Changed

✨ Feature:

♻️ Cleanup:

🐛 Bug:

New Contributors

Full Changelog: v0.0.1...v0.0.2

First release v0.0.1

23 Jul 04:02
878203b
Compare
Choose a tag to compare

What's Changed

  • Add new core APIs, e.g. Model
  • Add new inference APIs, e.g.Playground, Inference
  • Support serving models from huggingface
  • Support sharing models weights on the same node
  • Integrate with vllm by default
  • Add webhooks for APIs
  • Add installation documents and examples

New Contributors