Add benchmark-driven model promotion workflow and pipeline stages
Some checks failed
ci / test-and-build (push) Has been cancelled

This commit is contained in:
Thales Maciel 2026-02-28 15:12:33 -03:00
parent 98b13d1069
commit 8c1f7c1e13
38 changed files with 5300 additions and 503 deletions

View file

@ -28,6 +28,7 @@ wayland = []
[tool.setuptools]
package-dir = {"" = "src"}
packages = ["engine", "stages"]
py-modules = [
"aiprocess",
"aman",
@ -40,6 +41,7 @@ py-modules = [
"diagnostics",
"hotkey",
"languages",
"model_eval",
"recorder",
"vocabulary",
]