Update tabby and ollama
This commit is contained in:
parent
2896e0dafe
commit
cd4761a79d
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: image
|
- name: image
|
||||||
newName: ollama/ollama
|
newName: ollama/ollama
|
||||||
newTag: 0.11.3
|
newTag: 0.21.0
|
||||||
|
|
||||||
transformers:
|
transformers:
|
||||||
- |-
|
- |-
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
[model.completion.http]
|
[model.completion.http]
|
||||||
kind = "ollama/completion"
|
kind = "ollama/completion"
|
||||||
model_name = "qwen2.5-coder:14b-instruct-q4_K_M"
|
model_name = "qwen3.5:9b"
|
||||||
api_endpoint = "http://ollama-svc:11434"
|
api_endpoint = "http://ollama-svc:11434"
|
||||||
# prompt_template = "<PRE> {prefix} <SUF>{suffix} <MID>" # Example prompt template for the CodeLlama model series.
|
# prompt_template = "<PRE> {prefix} <SUF>{suffix} <MID>" # Example prompt template for the CodeLlama model series.
|
||||||
|
|
||||||
# Chat model
|
# Chat model
|
||||||
[model.chat.http]
|
[model.chat.http]
|
||||||
kind = "openai/chat"
|
kind = "openai/chat"
|
||||||
model_name = "granite3.3:8b"
|
model_name = "qwen3.5:9b"
|
||||||
api_endpoint = "http://ollama-svc:11434/v1"
|
api_endpoint = "http://ollama-svc:11434/v1"
|
||||||
|
|
||||||
# Embedding model
|
# Embedding model
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: image
|
- name: image
|
||||||
newName: tabbyml/tabby
|
newName: tabbyml/tabby
|
||||||
newTag: 0.30.1
|
newTag: "20260330"
|
||||||
transformers:
|
transformers:
|
||||||
- |-
|
- |-
|
||||||
apiVersion: builtin
|
apiVersion: builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue