revert package src until new ggml-org has them

This commit is contained in:
Benson Wong
2025-02-15 18:23:58 -08:00
parent f5e6ec3b7a
commit f5a2be698d
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ if [ "$ARCH" == "cpu" ]; then
docker push ${CONTAINER_LATEST}
else
LCPP_TAG=$(curl -s -H "Authorization: Bearer $GITHUB_TOKEN" \
"https://api.github.com/users/ggml-org/packages/container/llama.cpp/versions" \
"https://api.github.com/users/ggerganov/packages/container/llama.cpp/versions" \
| jq -r --arg arch "$ARCH" '.[] | select(.metadata.container.tags[] | startswith("server-\($arch)")) | .metadata.container.tags[]' \
| sort -r | head -n1 | awk -F '-' '{print $3}')

View File

@@ -1,5 +1,5 @@
ARG BASE_TAG=server-cuda
FROM ghcr.io/ggml-org/llama.cpp:${BASE_TAG}
FROM ghcr.io/ggerganov/llama.cpp:${BASE_TAG}
# has to be after the FROM
ARG LS_VER=89