mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-07 07:25:58 +00:00
ci: fix vulkan llvmpipe runs (#26533)
This commit is contained in:
parent
6c8dcaa7ae
commit
22dc605c4e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-vulkan.yml
vendored
1
.github/workflows/build-vulkan.yml
vendored
|
|
@ -119,6 +119,7 @@ jobs:
|
|||
run: |
|
||||
source ./vulkan_sdk/setup-env.sh
|
||||
cmake -B build \
|
||||
-DGGML_NATIVE=OFF \
|
||||
-DGGML_VULKAN=ON
|
||||
cmake --build build --config Release -j $(nproc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue