Skip to content
Snippets Groups Projects
Unverified Commit 83c7dd91 authored by Konstantin Taletskiy's avatar Konstantin Taletskiy Committed by GitHub
Browse files

Add missing GPU_LAYERS env in Helm template (#44)

parent 2a26c9fd
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ spec:
value: {{ (.Values.deployment.env).DEFAULT_MODEL_HG_REPO_ID | quote }}
- name: DEFAULT_MODEL_FILE
value: {{ (.Values.deployment.env).DEFAULT_MODEL_FILE | quote }}
- name: GPU_LAYERS
value: {{ (.Values.deployment.env).GPU_LAYERS | quote }}
- name: LOGGING_LEVEL
value: {{ (.Values.deployment.env).LOGGING_LEVEL | quote }}
- name: MODELS_FOLDER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment