We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea111e3 commit a06cb33Copy full SHA for a06cb33
1 file changed
helm/ollama/values.yaml
@@ -21,18 +21,18 @@ ollama:
21
- qwen3-coder:30b
22
- qwen3:30b
23
create:
24
- - name: gpt-oss:20b-64k-context
+ - name: gpt-oss:20b-131k-context
25
template: |
26
FROM gpt-oss:20b
27
- PARAMETER num_ctx 65536
28
- - name: qwen3:30b-64k-context
+ PARAMETER num_ctx 131072
+ - name: qwen3:30b-32k-context
29
30
FROM qwen3:30b
31
32
- - name: qwen3-coder:30b-64k-context
+ PARAMETER num_ctx 32768
+ - name: qwen3-coder:30b-32k-context
33
34
FROM qwen3-coder:30b
35
36
insecure: false
37
mountPath: ""
38
0 commit comments