dip questions yaml add
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
questions:
|
||||
- variable: infisical.NGC_API_KEY
|
||||
label: NGC_API_KEY
|
||||
type: hidden
|
||||
default: "${$imagePullSecrets.password}"
|
||||
- variable: "$image.repository"
|
||||
label: Model repository
|
||||
type: string
|
||||
required: true
|
||||
default: "nvcr.io/nim/meta/llama-3.2-1b-instruct"
|
||||
- variable: "$image.tag"
|
||||
label: Model repository tag
|
||||
type: string
|
||||
required: true
|
||||
default: "1.8.3"
|
||||
- variable: "$imagePullSecrets.password"
|
||||
label: NGC API KEY
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: "$nimService.modelName"
|
||||
label: Model name
|
||||
type: string
|
||||
required: true
|
||||
default: "meta/llama-3.2-1b-instruct"
|
||||
Reference in New Issue
Block a user