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