mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 05:22:17 +00:00
skeleton evaluation implementation
This commit is contained in:
parent
443b18a992
commit
9650549a54
6 changed files with 168 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ class Api(Enum):
|
|||
datasetio = "datasetio"
|
||||
post_training = "post_training"
|
||||
tool_runtime = "tool_runtime"
|
||||
evaluation = "evaluation"
|
||||
|
||||
telemetry = "telemetry"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue