diff --git a/helm-charts/chatqna/values.yaml b/helm-charts/chatqna/values.yaml index ee732a2a3..174dcf9a9 100644 --- a/helm-charts/chatqna/values.yaml +++ b/helm-charts/chatqna/values.yaml @@ -29,6 +29,12 @@ securityContext: seccompProfile: type: RuntimeDefault +nodeSelector: {} + +tolerations: [] + +affinity: {} + # To override values in subchart tgi tgi: LLM_MODEL_ID: Intel/neural-chat-7b-v3-3 diff --git a/helm-charts/codegen/values.yaml b/helm-charts/codegen/values.yaml index 0928890a3..0311d6dae 100644 --- a/helm-charts/codegen/values.yaml +++ b/helm-charts/codegen/values.yaml @@ -29,6 +29,12 @@ securityContext: seccompProfile: type: RuntimeDefault +nodeSelector: {} + +tolerations: [] + +affinity: {} + # To override values in subchart tgi tgi: LLM_MODEL_ID: meta-llama/CodeLlama-7b-hf diff --git a/helm-charts/codetrans/values.yaml b/helm-charts/codetrans/values.yaml index 72039b952..700b5962f 100644 --- a/helm-charts/codetrans/values.yaml +++ b/helm-charts/codetrans/values.yaml @@ -30,6 +30,12 @@ securityContext: seccompProfile: type: RuntimeDefault +nodeSelector: {} + +tolerations: [] + +affinity: {} + # To override values in subchart tgi tgi: LLM_MODEL_ID: HuggingFaceH4/mistral-7b-grok diff --git a/helm-charts/docsum/values.yaml b/helm-charts/docsum/values.yaml index e3e951d36..99bf2cf5f 100644 --- a/helm-charts/docsum/values.yaml +++ b/helm-charts/docsum/values.yaml @@ -30,6 +30,12 @@ securityContext: seccompProfile: type: RuntimeDefault +nodeSelector: {} + +tolerations: [] + +affinity: {} + # To override values in subchart tgi tgi: LLM_MODEL_ID: Intel/neural-chat-7b-v3-3