Skip to content

Tags: trustyai-explainability/llm-d-inference-sim

Tags

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(metrics): add request prompt, generation, max_tokens and success… … metrics (llm-d#202) * feat(metrics): add request prompt, generation, max_tokens and success metrics Signed-off-by: googs1025 <googs1025@gmail.com> * fix review comment Signed-off-by: googs1025 <googs1025@gmail.com> * fix conflict Signed-off-by: googs1025 <googs1025@gmail.com> --------- Signed-off-by: googs1025 <googs1025@gmail.com>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(make): simplifies local tooling installation (llm-d#203) To make targets such as `test` or `lint` self-contained we can leverage Makefile target resolutions and install tools to local `./bin` folder when they are not present. This way we can also ensure consistency as both CI and local dev loop will be using exact same versions. This PR introduces `Makefile.tools.mk` where all project-specific tools are defined and installed on demand. Dependent `.PHONY` targets can simply request binary to exist. As a consequence github actions are also simplified as `make` takes care of setting up tooling with right versions instead, reducing the risk of versions drift between the enviroments. Unused composite actions has been removed: - `.github/actions/go-test/action.yml` - this is now handled as `make test` - `.github/actions/push-image/action.yml` was not referred across workflows. The actual push is part of `.github/actions/push-image/action.yml` Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Split simulator.go into several files (llm-d#199) * Split simulator.go into several files Signed-off-by: Ira <IRAR@il.ibm.com> * Tests reorganization Signed-off-by: Ira <IRAR@il.ibm.com> * Lint Signed-off-by: Ira <IRAR@il.ibm.com> * Lint Signed-off-by: Ira <IRAR@il.ibm.com> * Test helper functiona and function renaming Signed-off-by: Ira <IRAR@il.ibm.com> * Lint Signed-off-by: Ira <IRAR@il.ibm.com> --------- Signed-off-by: Ira <IRAR@il.ibm.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
small changes in texts (llm-d#156) Signed-off-by: Maya Barnea <mayab@il.ibm.com>

v0.3.2-fix

Toggle v0.3.2-fix's commit message
 

v0.3.2

Toggle v0.3.2's commit message
 

v0.3.1

Toggle v0.3.1's commit message
 

v0.3.1-test

Toggle v0.3.1-test's commit message
 

v0.3.1-rc-1

Toggle v0.3.1-rc-1's commit message
 

v0.3.1-rc.2

Toggle v0.3.1-rc.2's commit message