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.
25 lines
622 B
25 lines
622 B
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" |