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.
94 lines
1.7 KiB
94 lines
1.7 KiB
#version: nemo, 25.4.0
|
|
ngcAPIKey: "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"
|
|
|
|
imagePullSecrets:
|
|
- name: nvcrimagepullsecret
|
|
registry: nvcr.io
|
|
username: "$oauthtoken"
|
|
password: "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"
|
|
|
|
data-store:
|
|
enabled: true
|
|
external:
|
|
rootUrl: "https://nemo-datastore-nemo.gke.paasup.io"
|
|
domain: "nemo-datastore-nemo.gke.paasup.io"
|
|
|
|
customizer:
|
|
enabled: true
|
|
modelsStorage:
|
|
size: 50Gi
|
|
customizerConfig:
|
|
models:
|
|
meta/llama-3.1-8b-instruct:
|
|
enabled: false
|
|
meta/llama-3.2-3b-instruct:
|
|
enabled: true
|
|
tolerations:
|
|
- key: "nvidia.com/gpu"
|
|
operator: "Equal"
|
|
value: "present"
|
|
effect: "NoSchedule"
|
|
training:
|
|
pvc:
|
|
storageClass: "standard-rwo"
|
|
size: 10Gi
|
|
|
|
|
|
|
|
nim:
|
|
enabled: false
|
|
|
|
evaluator:
|
|
enabled: true
|
|
argoWorkflows:
|
|
enabled: true
|
|
crds:
|
|
install: false
|
|
|
|
guardrails:
|
|
enabled: true
|
|
|
|
nemo-operator:
|
|
enabled: true
|
|
|
|
nim-operator:
|
|
enabled: true
|
|
|
|
dgxc-admission-controller:
|
|
enabled: false
|
|
|
|
entity-store:
|
|
enabled: true
|
|
|
|
volcano:
|
|
enabled: true
|
|
|
|
deployment-management:
|
|
enabled: true
|
|
deployments:
|
|
defaultStorageClass: "longhorn"
|
|
|
|
nim-proxy:
|
|
enabled: true
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: root-ca-issuer
|
|
cert-manager.io/duration: 8760h
|
|
cert-manager.io/renew-before: 720h
|
|
className: "kong"
|
|
tls:
|
|
- hosts:
|
|
- "nemo-nemo.gke.paasup.io"
|
|
secretName: "nemo-tls-secret"
|
|
hosts:
|
|
default:
|
|
name: "nemo-nemo.gke.paasup.io"
|
|
nimProxy:
|
|
name: "nim-nemo.gke.paasup.io"
|
|
dataStore:
|
|
name: "data-store-nemo.gke.paasup.io"
|
|
|
|
virtualService:
|
|
enabled: false |