fix(llama.cpp)

closes #4689
closes #4688
closes #4687
closes #4686
closes #4675
This commit is contained in:
Jacob Heider 2024-01-02 10:14:18 -05:00 committed by Jacob Heider
parent e5b81e8df0
commit 311c04c3fc

View file

@ -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}}