From 652b70e6678d503626f3c9d33831ba604b473401 Mon Sep 17 00:00:00 2001 From: Jeff Bolz Date: Tue, 10 Jun 2025 10:53:47 -0500 Subject: [PATCH] vulkan: force device 0 in CI (#14106) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c9804d43..5422dd817 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