diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 166d31aa7..ed292d6b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -183,7 +183,7 @@ jobs: cd build cmake -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx .. cmake --build . --config Release -j $(nproc) - + ubuntu-22-cmake-sycl-fp16: runs-on: ubuntu-22.04