Skip to content

Commit 915b632

Browse files
authored
Merge pull request #53 from chris-stinemetz/fix/llama-cpp-registry-migration
fix: migrate llama.cpp registry to official ggml-org
2 parents ab558b1 + a7db1a1 commit 915b632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ services:
129129
- ${HOST_INDEX_PATH:-.}:/work
130130

131131
llamacpp:
132-
image: ghcr.io/ggerganov/llama.cpp:server
132+
image: ghcr.io/ggml-org/llama.cpp:server
133133
container_name: llama-decoder
134134
# Optional sidecar providing a text-generation API on :8080
135135
# No behavior change unless REFRAG_DECODER=1

0 commit comments

Comments
 (0)