Skip to content

Commit 652b70e

Browse files
authored
vulkan: force device 0 in CI (#14106)
1 parent 3a12db2 commit 652b70e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ jobs:
306306
id: cmake_test
307307
run: |
308308
cd build
309+
export GGML_VK_VISIBLE_DEVICES=0
309310
# This is using llvmpipe and runs slower than other backends
310311
ctest -L main --verbose --timeout 3600
311312

0 commit comments

Comments
 (0)