Skip to content

Commit 0ef5833

Browse files
committed
Add deepseek-r1 32b back
1 parent f296c12 commit 0ef5833

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

helm/ollama/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ ollama:
1616
nvidiaResource: "nvidia.com/gpu"
1717
models:
1818
pull:
19+
- deepseek-r1:32b
1920
- gpt-oss:20b
2021
- qwen2.5vl:7b
2122
create:
2223
- name: gpt-oss:20b-64k-context
2324
template: |
2425
FROM gpt-oss:20b
2526
PARAMETER num_ctx 65536
27+
- name: deepseek-r1:32b-64k-context
28+
template: |
29+
FROM deepseek-r1:32b
30+
PARAMETER num_ctx 65536
2631
insecure: false
2732
mountPath: ""
2833

0 commit comments

Comments
 (0)