Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/llama-cpp/k8s.deployment.andy-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
readOnly: true
containers:
- name: llama-cpp
image: ghcr.io/ggml-org/llama.cpp:server-cuda@sha256:fc26b60b30836e5a12fdb28823a3d4bda984c9386a4b04200c78e5a5150067fb
image: ghcr.io/ggml-org/llama.cpp:server-cuda@sha256:182a26fbd68d1774860bd2a0fb5581ba3047974307eaeee64930d8bf889e0c0c
args:
- --model
- /models/Andy-4.Q4_K_M.gguf
Expand Down
2 changes: 1 addition & 1 deletion apps/llama-cpp/k8s.deployment.qwen2.5-coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
readOnly: true
containers:
- name: llama-cpp
image: ghcr.io/ggml-org/llama.cpp:server-cuda@sha256:fc26b60b30836e5a12fdb28823a3d4bda984c9386a4b04200c78e5a5150067fb
image: ghcr.io/ggml-org/llama.cpp:server-cuda@sha256:182a26fbd68d1774860bd2a0fb5581ba3047974307eaeee64930d8bf889e0c0c
args:
- --model
- /models/Qwen2.5-Coder-7B-Instruct-Q4_K_M.gguf
Expand Down