Skip to content
Closed
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 ollamaqwen3627budq4kxlv2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 'qwen3.6:27b-ud-q4_K_XL'
description: description
name: ollamaqwen3627budq4kxlv2
type: application
version: '1.0.2'
version: '1.0.3'
7 changes: 3 additions & 4 deletions ollamaqwen3627budq4kxlv2/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
description: "Open-source multimodal models that delivers exceptional utility and performance (Unsloth Dynamic UD-Q4_K_XL)"
appid: ollamaqwen3627budq4kxlv2
title: Qwen3.6 27B UD-XL (Ollama)
version: '1.0.2'
version: '1.0.3'
categories:
- AI
sharedEntrances:
Expand Down Expand Up @@ -54,8 +54,7 @@ spec:
Next-Generation Training Infrastructure: Near-100% multimodal training efficiency compared to text-only training and asynchronous RL frameworks supporting massive-scale agent scaffolds and environment orchestration.

upgradeDescription: |
Upgrade Ollama runtime to ollama/ollama:0.30.10.
Upgrade Olares API proxy to beclab/harveyff-olares-ollama:v0.1.22 (OpenAI vision image_url forwarding).
Unsloth UD-Q4_K_XL weights + mmproj-F16 from HuggingFace. Ollama runtime: ollama/ollama:0.30.0. Context length: 131072 (128k), KV cache q8_0.
developer: Alibaba
website: https://qwen.ai/home
submitter: Olares
Expand Down Expand Up @@ -107,7 +106,7 @@ options:
{{- end }}
dependencies:
- name: olares
version: '>=1.12.3-0'
version: '>=1.12.3-0,<1.12.6'
type: system
{{- if and .Values.admin .Values.bfl.username (eq .Values.admin .Values.bfl.username) }}
{{- else }}
Expand Down
3 changes: 1 addition & 2 deletions ollamaqwen3627budq4kxlv2/i18n/en-US/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ spec:

Next-Generation Training Infrastructure: Near-100% multimodal training efficiency compared to text-only training and asynchronous RL frameworks supporting massive-scale agent scaffolds and environment orchestration.
upgradeDescription: |
Upgrade Ollama runtime to ollama/ollama:0.30.10.
Upgrade Olares API proxy to beclab/harveyff-olares-ollama:v0.1.22 (OpenAI vision image_url forwarding).
Initial release. Unsloth UD-Q4_K_XL weights + mmproj-F16 downloaded from HuggingFace on first start. Ollama runtime: ollama/ollama:0.30.0. CUDA ComputeCache shared at Home/Ollama/.nv (all Ollama apps). Proxy API: beclab/harveyff-olares-ollama:v0.1.21. Context length: 131072 (128k), KV cache q8_0.
3 changes: 1 addition & 2 deletions ollamaqwen3627budq4kxlv2/i18n/zh-CN/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ spec:

下一代训练基础设施:与仅文本训练相比,多模态训练效率接近 100%,异步 RL 框架支持大规模代理脚手架和环境编排。
upgradeDescription: |
升级 Ollama 运行时至 ollama/ollama:0.30.10。
升级 Olares API 代理至 beclab/harveyff-olares-ollama:v0.1.22(OpenAI vision image_url 转发)。
首次发布。首次启动时从 HuggingFace 下载 Unsloth UD-Q4_K_XL 权重和 mmproj-F16。Ollama 运行时:ollama/ollama:0.30.0。CUDA ComputeCache 共享目录 Home/Ollama/.nv(多应用共用)。代理 API:beclab/harveyff-olares-ollama:v0.1.21。上下文长度:131072(128k),KV cache q8_0。
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: '1.25.3-2'
description: description
name: ollamaqwen3627budq4kxlv2
type: application
version: '1.0.2'
version: '1.0.3'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: '0.30.10'
appVersion: '0.30.0'
description: description
name: ollamaqwen3627budq4kxlv2srv
type: application
version: '1.0.2'
version: '1.0.3'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.admin .Values.bfl.username (eq .Values.admin .Values.bfl.username) }}
{{- if and .Values.admin .Values.bfl.username (eq .Values.admin .Values.bfl.username) }}
{{- $ollamaclientDomainENV := split "," .Values.domain.ollamaclient -}}
{{- $ollamaclientDomain := index $ollamaclientDomainENV "_0" -}}
---
Expand Down Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: api
image: "docker.io/beclab/harveyff-olares-ollama:v0.1.22"
image: "docker.io/beclab/harveyff-olares-ollama:v0.1.21"
env:
- name: PGID
value: "1000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: ollama
image: "docker.io/ollama/ollama:0.30.10"
image: "docker.io/ollama/ollama:0.30.0"
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down