mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 19:51:01 +00:00
Breaking change: unify the windows and linux build flags.
To do a full build on windows you now need LLAMA_PORTABLE=1 LLAMA_VULKAN=1 LLAMA_CLBLAST=1
This commit is contained in:
parent
5f8f483fae
commit
2a890ec25a
7 changed files with 31 additions and 87 deletions
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Build Non-CUDA
|
||||
id: make_build
|
||||
run: |
|
||||
make -j ${env:NUMBER_OF_PROCESSORS}
|
||||
make LLAMA_CLBLAST=1 LLAMA_VULKAN=1 LLAMA_PORTABLE=1 -j ${env:NUMBER_OF_PROCESSORS}
|
||||
|
||||
- uses: Jimver/cuda-toolkit@v0.2.15
|
||||
id: cuda-toolkit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue