Skip to content

Commit f5a2be6

Browse files
committed
revert package src until new ggml-org has them
1 parent f5e6ec3 commit f5a2be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/build-container.sh

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

docker/llama-swap.Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_TAG=server-cuda
2-
FROM ghcr.io/ggml-org/llama.cpp:${BASE_TAG}
2+
FROM ghcr.io/ggerganov/llama.cpp:${BASE_TAG}
33

44
# has to be after the FROM
55
ARG LS_VER=89

0 commit comments

Comments
 (0)