ci: temporarily restrict build to intel-cpu and neuron

This commit is contained in:
David Corvoysier 2025-02-21 10:04:46 +00:00
parent 0c0488a754
commit a2a351e6e0

View File

@ -37,7 +37,7 @@ jobs:
# fail-fast is true by default
fail-fast: false
matrix:
hardware: ["cuda", "cuda-trtllm", "rocm", "intel-xpu", "intel-cpu", "neuron"]
hardware: ["intel-cpu", "neuron"]
uses: ./.github/workflows/build.yaml # calls the one above ^
permissions:
contents: write