ollama upgrade ctx size

This commit is contained in:
Michael Thomson
2026-03-20 09:53:54 -04:00
parent e65f526e92
commit b7e58b9ea3

View File

@@ -30,8 +30,13 @@ spec:
# -- List of models to pull at container startup
models:
pull:
- qwen3.5:9b
create:
- name: qwen3.5:9b-ctx32768
template: |
FROM qwen3.5:9b
PARAMETER num_ctx 32768
run:
- qwen3.5:9b-ctx32768
ingress:
enabled: true