Skip to content

v0.2.1

Pre-release
Pre-release

Choose a tag to compare

@mayabar mayabar released this 06 Jul 10:03
· 109 commits to main since this release
3e63a0d

What's Changed

  • fix: max-cpu-loras should be initialized from max-loras by @shmuelk in #77
  • Support space separated arguments, use correct format in config file by @irar2 in #78

Full Changelog: v0.2.0...v0.2.1

Migrating from releases prior to v0.2.0

  • max-running-requests was replaced by max-num-seqs
  • lora was replaced by lora-modules, which is now a list of JSON strings, e.g, '{"name": "name", "path": "lora_path", "base_model_name": "id"}'