From e7755cb80f27e2faa2af13317a37dda31ebead51 Mon Sep 17 00:00:00 2001 From: Jeff Bolz Date: Tue, 10 Jun 2025 09:01:56 -0500 Subject: [PATCH] vulkan: force device 0 in CI --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c9804d437cdc..5422dd81723f9 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