vulkan: force device 0 in CI (#14106)
This commit is contained in:
parent
3a12db23b6
commit
652b70e667
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -306,6 +306,7 @@ jobs:
|
||||||
id: cmake_test
|
id: cmake_test
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
|
export GGML_VK_VISIBLE_DEVICES=0
|
||||||
# This is using llvmpipe and runs slower than other backends
|
# This is using llvmpipe and runs slower than other backends
|
||||||
ctest -L main --verbose --timeout 3600
|
ctest -L main --verbose --timeout 3600
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue