diff --git a/docker/llama-swap.Containerfile b/docker/llama-swap.Containerfile index be8a2e4..53ea82a 100644 --- a/docker/llama-swap.Containerfile +++ b/docker/llama-swap.Containerfile @@ -1,5 +1,5 @@ ARG BASE_TAG=server-cuda -FROM ghcr.io/ggerganov/llama.cpp:${BASE_TAG} +FROM ghcr.io/ggml-org/llama.cpp:${BASE_TAG} # has to be after the FROM ARG LS_VER=89