File tree 2 files changed +5
-0
lines changed
helm-charts/common/tgi/templates
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 19
19
no_proxy : {{ .Values.global.no_proxy | quote }}
20
20
{{- if contains "tgi-gaudi" .Values.image.repository }}
21
21
HABANA_LOGS : " /tmp/habana_logs"
22
+ TRITON_CACHE_DIR : " /tmp/triton_cache"
22
23
{{- end }}
23
24
NUMBA_CACHE_DIR : " /tmp"
24
25
HF_HOME : " /tmp/.cache/huggingface"
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ spec:
100
100
name : shm
101
101
- mountPath : /tmp
102
102
name : tmp
103
+ - mountPath : /usr/src/out
104
+ name : tokenizer
103
105
ports :
104
106
- name : http
105
107
containerPort : {{ .Values.port }}
@@ -136,6 +138,8 @@ spec:
136
138
sizeLimit : {{ .Values.shmSize }}
137
139
- name : tmp
138
140
emptyDir : {}
141
+ - name : tokenizer
142
+ emptyDir : {}
139
143
{{- with .Values.nodeSelector }}
140
144
nodeSelector :
141
145
{{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments