Releases: llm-d/llm-d-inference-sim
Releases · llm-d/llm-d-inference-sim
v0.2.2
What's Changed
- Initialize rand once, added seed to configuration by @irar2 in #79
- use string when storing lora adapters in simulator by @mayabar in #81
- Improved support for empty command line arguments by @irar2 in #80
- Added tests for LoRA configuration, load and unload by @irar2 in #86
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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-requestswas replaced bymax-num-seqslorawas replaced bylora-modules, which is now a list of JSON strings, e.g, '{"name": "name", "path": "lora_path", "base_model_name": "id"}'
v0.2.0
What's Changed
- add support to multimodal in chat completions by @JuanmaBM in #49
- Updated REST endpoint and Prometheus metric documentation by @shmuelk in #59
- Support tools by @irar2 in #55
- Split defs.go file containing data structures and functions into several files by @irar2 in #60
- Calculate usage data once for both text and chat by @irar2 in #61
- Improved tokenization by @irar2 in #62
- feat: 🚀 Reduce the mirror image size by @yafengio in #64
- Allow array parameters in tools by @irar2 in #65
- Support object parameters in tools by @irar2 in #66
- Support minItems and maxItems for array parameters in tools by @irar2 in #67
- Support integer and float in tools by @irar2 in #68
- link checker - fails PR if links are broken - be consistent with llmd-scheduler by @mayabar in #70
- Simplify tools parameters json schema by @irar2 in #72
- Add the --served-model-name flag by @nerdalert in #69
- Configuration improvements by @irar2 in #75
Migrating from releases prior to v0.2.0
Changes have been made in release v0.2.0 to make the command line arguments and configuration file more in-line with
vLLM's command line arguments and configuration file. In particular:
max-running-requestswas replaced bymax-num-seqslorawas replaced bylora-modules, which is now an array in JSON format, e.g, [{"name": "name", "path": "lora_path", "base_model_name": "id"}]
New Contributors
- @JuanmaBM made their first contribution in #49
- @yafengio made their first contribution in #64
- @nerdalert made their first contribution in #69
Full Changelog: v0.1.2...v0.2.0
v0.1.0
The first release of the llm-d-inference-sim.
The llm-d-inference-sim is a lightweight vLLM simulator for use during development of the llm-d platform. In particular for use in the development of the llm-d-inference-scheduler.
What's Changed
- Move to gha remove tekton by @clubanderson in #19
- fix: Lint errors by @shmuelk in #20
Full Changelog: 0.0.6...v0.1.0