mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 10:50:00 +00:00
init commit
This commit is contained in:
parent
b56b06037c
commit
91ef7081d8
8 changed files with 3436 additions and 1 deletions
1
docs/_static/llama-stack-spec.html
vendored
1
docs/_static/llama-stack-spec.html
vendored
|
|
@ -6323,6 +6323,7 @@
|
|||
"type": "string",
|
||||
"enum": [
|
||||
"average",
|
||||
"weighted_average",
|
||||
"median",
|
||||
"categorical_count",
|
||||
"accuracy"
|
||||
|
|
|
|||
1
docs/_static/llama-stack-spec.yaml
vendored
1
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -4404,6 +4404,7 @@ components:
|
|||
type: string
|
||||
enum:
|
||||
- average
|
||||
- weighted_average
|
||||
- median
|
||||
- categorical_count
|
||||
- accuracy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue