Tags: trustyai-explainability/llm-d-inference-sim
Tags
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>
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>
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>
PreviousNext