mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +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:
|
||||
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
|
||||
|
||||
versions:
|
||||
- 2023.03.23
|
||||
- 2023.04.11
|
||||
|
||||
provides:
|
||||
- bin/llama.cpp
|
||||
|
@ -25,6 +25,9 @@ build:
|
|||
mv props/llama-fetch {{prefix}}/tbin
|
||||
mv $SRCROOT/prompts {{prefix}}/share
|
||||
|
||||
mv $SRCROOT/*.py {{prefix}}/tbin
|
||||
mv quantize {{prefix}}/tbin/quantize
|
||||
|
||||
wget \
|
||||
--no-check-certificate \
|
||||
'https://gist.githubusercontent.com/eiz/828bddec6162a023114ce19146cb2b82/raw/6b1d2b192815e6d61386a9a8853f2c3293b3f568/gistfile1.txt' \
|
||||
|
|
Loading…
Reference in a new issue