Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llamafactory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: '0.9.1'
description: description
name: llamafactory
type: application
version: '1.0.7'
version: '1.0.8'
12 changes: 9 additions & 3 deletions llamafactory/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
description: Easily fine-tune 100+ large language models with zero-code CLI and Web UI
appid: llamafactory
title: LLaMA Factory
version: '1.0.7'
version: '1.0.8'
categories:
- Developer Tools
- Productivity
Expand Down Expand Up @@ -88,5 +88,11 @@ options:
apiTimeout: 0
dependencies:
- name: olares
version: '>=1.11.0-0'
type: system
version: '>=1.12.1-0'
type: system

provider:
- name: llamafactoryapi
entrance: llamafactoryapi
paths: ["/*"]
verbs: ["*"]
6 changes: 5 additions & 1 deletion llamafactory/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ spec:
io.kompose.service: llamafactory
status:
loadBalancer: {}
{{- if .Values.sysVersion }}
{{- if semverCompare "<1.12.1-0" (toString .Values.sysVersion) }}
---
apiVersion: sys.bytetrade.io/v1alpha1
kind: ProviderRegistry
Expand All @@ -138,4 +140,6 @@ spec:
- name: All
uri: /
status:
state: active
state: active
{{- end }}
{{- end }}