File tree Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Original file line number Diff line number Diff line change 788
788
" title " : " GPU Power Draw" ,
789
789
" type " : " timeseries"
790
790
}
791
- ],
792
- " refresh " : " " ,
793
- " schemaVersion " : 39,
794
- " tags " : [],
795
- " templating " : {
796
- " list " : []
797
- },
798
- " time " : {
799
- " from " : " now-30m" ,
800
- " to " : " now"
801
- },
802
- " timepicker " : {},
803
- " timezone " : " " ,
804
- " title " : " LLM Dashboard" ,
805
- " uid " : " c4114a95-8172-4a8b-99c8-963ba7d31385" ,
806
- " version " : 1,
807
- " weekStart " : " "
808
- }
809
791
{{- end -}}
Original file line number Diff line number Diff line change @@ -35,15 +35,14 @@ spec:
35
35
{{- if .Values.huggingface.secretName }}
36
36
envFrom :
37
37
- secretRef :
38
- name : huggingface-token
39
- {{- else if .Values.huggingface.token }}
38
+ name : {{ .Values. huggingface.secretName }}
39
+ {{- end }}
40
40
env :
41
41
- name : DO_NOT_TRACK
42
- value : 1
42
+ value : " 1"
43
+ {{- if .Values.huggingface.token }}
43
44
- name : HUGGING_FACE_HUB_TOKEN
44
45
value : {{ quote .Values.huggingface.token }}
45
- {{- else if contains "Llama" .Values.huggingface.model -}}
46
- {{- fail "Either secretName or token value must be set for Llama and other gated models" }}
47
46
{{- end }}
48
47
readinessProbe :
49
48
httpGet :
60
59
- name : shm
61
60
emptyDir :
62
61
medium : Memory
63
- sizeLimit : 1Gi
62
+ sizeLimit : 1Gi
Original file line number Diff line number Diff line change 35
35
# Container image config
36
36
image :
37
37
repository : vllm/vllm-openai
38
- version : v0.4.1
38
+ version : v0.4.2
39
39
monitoring :
40
40
enabled : true
41
41
# Service config
98
98
# Container image config
99
99
image :
100
100
repository : ghcr.io/stackhpc/azimuth-llm-ui-base
101
- version : " 0.2.0-rc1 "
101
+ version : " 0.3.0 "
102
102
# Service config
103
103
service :
104
104
name : web-app
You can’t perform that action at this time.
0 commit comments