Skip to content

Commit

Permalink
revert package src until new ggml-org has them
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlygeek committed Feb 16, 2025
1 parent f5e6ec3 commit f5a2be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/build-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}')

Expand Down
2 changes: 1 addition & 1 deletion docker/llama-swap.Containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f5a2be6

Please sign in to comment.