dip questions yaml add

This commit is contained in:
ychangkim
2026-06-16 16:37:07 +09:00
parent f4d287abef
commit 6805aa652f
27 changed files with 703 additions and 2 deletions
@@ -0,0 +1,14 @@
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"