From: Jeff Bolz Date: Tue, 10 Jun 2025 15:53:47 +0000 (-0500) Subject: vulkan: force device 0 in CI (#14106) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=652b70e6678d503626f3c9d33831ba604b473401;p=pkg%2Fggml%2Fsources%2Fllama.cpp vulkan: force device 0 in CI (#14106) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c9804d4..5422dd81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -306,6 +306,7 @@ jobs: id: cmake_test run: | cd build + export GGML_VK_VISIBLE_DEVICES=0 # This is using llvmpipe and runs slower than other backends ctest -L main --verbose --timeout 3600