You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
341 B
14 lines
341 B
questions:
|
|
- variable: "$spec.predictor.model.modelFormat.name"
|
|
label: Model
|
|
type: enum
|
|
required: true
|
|
default: ""
|
|
options:
|
|
- "meta-llama/Llama-Prompt-Guard-2-86M"
|
|
- "meta-llama/Prompt-Guard-86M"
|
|
- variable: "$servingEngineSpec.modelSpec.hf_token"
|
|
label: Huggingface token
|
|
type: string
|
|
required: true
|
|
default: "hf_xxxx" |