File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1818 value : https://mirrors.cloud.tencent.com/pypi/simple
1919 - name : EXTRAS
2020 value : metrics
21+ # - name: HF_ENDPOINT
22+ # value: https://hf-mirror.com
2123
2224args :
2325 - llamafactory-cli webui
@@ -135,6 +137,10 @@ volumes:
135137 - emptyDir :
136138 sizeLimit : 16Gi
137139 name : dshm
140+ - name : localtime
141+ hostPath :
142+ path : /etc/localtime
143+ type : File
138144
139145# Additional volumeMounts on the output Deployment definition.
140146volumeMounts :
@@ -143,6 +149,9 @@ volumeMounts:
143149 # readOnly: true
144150 - mountPath : /dev/shm
145151 name : dshm
152+ - name : localtime
153+ mountPath : /etc/localtime
154+ readOnly : true
146155
147156nodeSelector : {}
148157
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apiVersion: v2
66appVersion : " 1.16.0"
77description : Helm chart for deploying verl resources on TKE.
88home : https://github.com/volcengine/verl
9- icon : https://cloudcache.tencent-cloud.com/qcloud/ui/static/Industry_tke/48bef83f-57d3-460c-bdbe-e8e1c57318e1 .png
9+ icon : https://cloudcache.tencent-cloud.com/qcloud/ui/static/Industry_tke/47f8af51-2587-4457-8a14-3e2dddefaffe .png
1010keywords :
1111 - category:AI
1212 - verl
Original file line number Diff line number Diff line change @@ -132,6 +132,10 @@ volumes:
132132 - emptyDir :
133133 sizeLimit : 16Gi
134134 name : dshm
135+ - name : localtime
136+ hostPath :
137+ path : /etc/localtime
138+ type : File
135139
136140# Additional volumeMounts on the output Deployment definition.
137141volumeMounts :
@@ -140,6 +144,9 @@ volumeMounts:
140144# readOnly: true
141145 - mountPath : /dev/shm
142146 name : dshm
147+ - name : localtime
148+ mountPath : /etc/localtime
149+ readOnly : true
143150
144151nodeSelector : {}
145152
You can’t perform that action at this time.
0 commit comments