mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-03 14:10:28 +00:00
fix oldcpu build avx1
This commit is contained in:
parent
21179d675b
commit
8412946b9f
4 changed files with 8 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Build Non-CUDA
|
||||
id: make_build
|
||||
run: |
|
||||
make -j ${env:NUMBER_OF_PROCESSORS}
|
||||
make -j ${env:NUMBER_OF_PROCESSORS} LLAMA_NOAVX2=1
|
||||
|
||||
- uses: Jimver/cuda-toolkit@v0.2.15
|
||||
id: cuda-toolkit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue