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 ollamagemma431a4budq4kxlv2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: 'gemma4:31b-it-ud-q4_K_XL'
description: description
name: ollamagemma431a4budq4kxlv2
type: application
version: '1.0.9'
version: '1.0.10'
8 changes: 4 additions & 4 deletions ollamagemma431a4budq4kxlv2/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
description: "Gemma4 31B IT dense (Unsloth Dynamic UD-Q4_K_XL) for efficient local inference"
appid: ollamagemma431a4budq4kxlv2
title: Gemma4 31B IT UD-XL (Ollama)
version: '1.0.9'
version: '1.0.10'
categories:
- AI
sharedEntrances:
Expand Down Expand Up @@ -46,8 +46,8 @@ spec:
- Context: 65536 (safe on 24GB; increase if VRAM allows)

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).
Context length raised to 65536 (safe on 24GB with q8_0 KV). Thinking enabled by default; clients can disable it per request. Vision support via `mmproj-F16.gguf`, with tool calling. Proxy v0.1.21, Ollama 0.30.0. KV cache q8_0.

developer: Google (base) / Unsloth (GGUF)
website: https://ai.google.dev/gemma
submitter: Olares
Expand Down Expand Up @@ -99,7 +99,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 ollamagemma431a4budq4kxlv2/i18n/en-US/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ spec:
- Context: 32768

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).
Context raised to 65536 (safe on 24GB). Add vision: `mmproj-F16.gguf` + embedded chat template for tools/vision. Thinking on by default (OLLAMA_THINKING=""). Proxy v0.1.21, Ollama 0.30.0. KV cache q8_0.
3 changes: 1 addition & 2 deletions ollamagemma431a4budq4kxlv2/i18n/zh-CN/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ spec:
- 上下文:32768

upgradeDescription: |
升级 Ollama 运行时至 ollama/ollama:0.30.10。
升级 Olares API 代理至 beclab/harveyff-olares-ollama:v0.1.22(OpenAI vision image_url 转发)。
上下文提升至 65536(24GB 安全)。新增视觉:`mmproj-F16.gguf` + 内嵌对话模板以支持 tools/vision。默认开启思考(OLLAMA_THINKING="")。代理 v0.1.21,Ollama 0.30.0。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: ollamagemma431a4budq4kxlv2
type: application
version: '1.0.9'
version: '1.0.10'
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: ollamagemma431a4budq4kxlv2s
type: application
version: '1.0.9'
version: '1.0.10'
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 @@ -26,7 +26,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