From 11d024bbaab55b53acf0f6ed9cdeff4a311e7c84 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 14 Feb 2025 10:48:06 -0800 Subject: [PATCH] just build cuda while debugging --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index cc050ab..25b62e0 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - platform: [cuda, vulkan] + platform: [cuda] #platform: [intel, cuda, vulkan, musa] steps: - name: Checkout code