mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(llama.cpp)
closes #5628 closes #5630 closes #5631 closes #5632 closes #5636 closes #5637
This commit is contained in:
parent
08128acc99
commit
5729b3ca1c
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ build:
|
||||||
bkpyvenv seal {{prefix}} convert.py
|
bkpyvenv seal {{prefix}} convert.py
|
||||||
|
|
||||||
test:
|
test:
|
||||||
'{{prefix}}/bin/llama.cpp --help'
|
llama.cpp --version
|
||||||
|
# broke in 2453, difficult to filter due to calver tweaks
|
||||||
|
# llama.cpp --help
|
||||||
# ^^ testing more than this requires downloading the models 😬
|
# ^^ testing more than this requires downloading the models 😬
|
||||||
|
|
||||||
entrypoint: ./entrypoint.sh
|
entrypoint: ./entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue