File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if [ "$ARCH" == "cpu" ]; then
31
31
docker push ${CONTAINER_LATEST}
32
32
else
33
33
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" \
35
35
| jq -r --arg arch " $ARCH " ' .[] | select(.metadata.container.tags[] | startswith("server-\($arch)")) | .metadata.container.tags[]' \
36
36
| sort -r | head -n1 | awk -F ' -' ' {print $3}' )
37
37
Original file line number Diff line number Diff line change 1
1
ARG BASE_TAG=server-cuda
2
- FROM ghcr.io/ggml-org /llama.cpp:${BASE_TAG}
2
+ FROM ghcr.io/ggerganov /llama.cpp:${BASE_TAG}
3
3
4
4
# has to be after the FROM
5
5
ARG LS_VER=89
You can’t perform that action at this time.
0 commit comments