mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
Updated to 2023.04.11 8b67998
This commit is contained in:
parent
f243e8cefb
commit
9ef056e74a
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/ggerganov/llama.cpp/archive/refs/tags/master-3cd8dde.tar.gz
|
url: https://github.com/ggerganov/llama.cpp/archive/refs/tags/master-8b67998.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
- 2023.03.23
|
- 2023.04.11
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/llama.cpp
|
- bin/llama.cpp
|
||||||
|
@ -25,6 +25,9 @@ build:
|
||||||
mv props/llama-fetch {{prefix}}/tbin
|
mv props/llama-fetch {{prefix}}/tbin
|
||||||
mv $SRCROOT/prompts {{prefix}}/share
|
mv $SRCROOT/prompts {{prefix}}/share
|
||||||
|
|
||||||
|
mv $SRCROOT/*.py {{prefix}}/tbin
|
||||||
|
mv quantize {{prefix}}/tbin/quantize
|
||||||
|
|
||||||
wget \
|
wget \
|
||||||
--no-check-certificate \
|
--no-check-certificate \
|
||||||
'https://gist.githubusercontent.com/eiz/828bddec6162a023114ce19146cb2b82/raw/6b1d2b192815e6d61386a9a8853f2c3293b3f568/gistfile1.txt' \
|
'https://gist.githubusercontent.com/eiz/828bddec6162a023114ce19146cb2b82/raw/6b1d2b192815e6d61386a9a8853f2c3293b3f568/gistfile1.txt' \
|
||||||
|
|
Loading…
Reference in a new issue