mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(llama.cpp)
closes #4689 closes #4688 closes #4687 closes #4686 closes #4675
This commit is contained in:
parent
e5b81e8df0
commit
311c04c3fc
|
@ -39,9 +39,9 @@ build:
|
|||
rm Makefile.bak
|
||||
if: linux/x86-64
|
||||
|
||||
# this commit breaks linux/aarch64 - remove once fixed
|
||||
# this commit breaks linux/aarch64 - fixed in 1732
|
||||
- run: curl -LSs 'https://github.com/ggerganov/llama.cpp/pull/4630/commits/42f5246effafddcf87d67656b58e95030f4bc454.patch' | patch -p1 -R
|
||||
if: '>=1705'
|
||||
if: '>=1705<1732'
|
||||
|
||||
- make --jobs {{hw.concurrency}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue