From f5e6ec3b7abafc022b7e2b43ef40e72638609bab Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Sat, 15 Feb 2025 18:20:35 -0800 Subject: [PATCH] fix package src in containerfile --- docker/llama-swap.Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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