mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 11:10:24 +00:00
Updated SamplingParams
This commit is contained in:
parent
03a25a7753
commit
3588c5bcd7
4 changed files with 13 additions and 66 deletions
25
docs/_static/llama-stack-spec.html
vendored
25
docs/_static/llama-stack-spec.html
vendored
|
|
@ -4191,31 +4191,6 @@
|
|||
"type": "string"
|
||||
},
|
||||
"description": "Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence."
|
||||
},
|
||||
"additional_params": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
|
|||
10
docs/_static/llama-stack-spec.yaml
vendored
10
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -2907,16 +2907,6 @@ components:
|
|||
description: >-
|
||||
Up to 4 sequences where the API will stop generating further tokens. The
|
||||
returned text will not contain the stop sequence.
|
||||
additional_params:
|
||||
type: object
|
||||
additionalProperties:
|
||||
oneOf:
|
||||
- type: 'null'
|
||||
- type: boolean
|
||||
- type: number
|
||||
- type: string
|
||||
- type: array
|
||||
- type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- strategy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue