Skip to content

Commit 026de2e

Browse files
committed
feature:verl
1 parent 31e2e01 commit 026de2e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

incubator/llama-factory-on-tke/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ env:
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

2224
args:
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.
140146
volumeMounts:
@@ -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

147156
nodeSelector: {}
148157

incubator/verl-on-tke/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apiVersion: v2
66
appVersion: "1.16.0"
77
description: Helm chart for deploying verl resources on TKE.
88
home: 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
1010
keywords:
1111
- category:AI
1212
- verl

incubator/verl-on-tke/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
137141
volumeMounts:
@@ -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

144151
nodeSelector: {}
145152

0 commit comments

Comments
 (0)