fix(ollama): set GPU runtime class name
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
{{- if eq .Env.OLLAMA_GPU_ENABLED "true" }}
|
||||||
|
runtimeClassName: "nvidia"
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
ollama:
|
ollama:
|
||||||
gpu:
|
gpu:
|
||||||
enabled: {{ if eq .Env.OLLAMA_GPU_ENABLED "true" }}true{{ else }}false{{ end }}
|
enabled: {{ if eq .Env.OLLAMA_GPU_ENABLED "true" }}true{{ else }}false{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user