Add benchmark-driven model promotion workflow and pipeline stages
Some checks failed
ci / test-and-build (push) Has been cancelled
Some checks failed
ci / test-and-build (push) Has been cancelled
This commit is contained in:
parent
98b13d1069
commit
8c1f7c1e13
38 changed files with 5300 additions and 503 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue