first backup of charts

This commit is contained in:
Ivan087
2025-09-23 10:01:17 +08:00
commit cbfc0104a6
170 changed files with 17788 additions and 0 deletions

View File

@ -0,0 +1,53 @@
application_name: &application_name llama-factory
distributed:
method: helm
release_name: *application_name
chart: llama-factory
sets:
app: llama-factory
model:
huggingfaceName: "Qwen/Qwen2.5-0.5B-Instruct"
resources:
gpuLimit: 1
cpuRequest: 8
memoryLimit: "16Gi"
shmSize: "15Gi"
llama:
image: "docker.io/library/one-click:v1"
workerSize: 2
nodeSelector: {}
svc:
svc_type: NodePort
protocol: http
hostname: 10.6.14.123
port: 30080
url: ~
pod:
name: llamafactory
monolithic:
method: helm
release_name: *application_name
chart: llama-factory
sets:
app: llama-factory
model:
huggingfaceName: "Qwen/Qwen2.5-0.5B-Instruct"
resources:
gpuLimit: 1
cpuRequest: 8
memoryLimit: "16Gi"
shmSize: "15Gi"
llama:
image: "docker.io/library/one-click:v1"
workerSize: 1
nodeSelector: {}
svc:
svc_type: NodePort
protocol: http
hostname: 10.6.14.123
port: 30080
url: ~
pod:
name: llama-factory