mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
c5b6625b81
commit
aad8c3bf6d
|
@ -43,7 +43,14 @@ build:
|
||||||
- make --jobs {{hw.concurrency}}
|
- make --jobs {{hw.concurrency}}
|
||||||
|
|
||||||
- |
|
- |
|
||||||
install -D main {{prefix}}/bin/llama.cpp
|
if test -f main; then
|
||||||
|
install -D main {{prefix}}/bin/llama.cpp
|
||||||
|
elif test -f llama-cli; then
|
||||||
|
install -D llama-cli {{prefix}}/bin/llama.cpp
|
||||||
|
else
|
||||||
|
echo "No binary found"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
install -D props/entrypoint.sh {{prefix}}/entrypoint.sh
|
install -D props/entrypoint.sh {{prefix}}/entrypoint.sh
|
||||||
install -D ggml-metal.metal {{prefix}}/bin/ggml-metal.metal
|
install -D ggml-metal.metal {{prefix}}/bin/ggml-metal.metal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue