We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d074f1 commit 6072639Copy full SHA for 6072639
.github/workflows/build.yml
@@ -601,8 +601,9 @@ jobs:
601
-DGGML_SYCL_F16=ON
602
cmake --build build --config Release -j $(nproc)
603
604
- build-linux-cross:
605
- uses: ./.github/workflows/build-linux-cross.yml
+# Disabled for now due to sporadic issue syncing.
+# build-linux-cross:
606
+# uses: ./.github/workflows/build-linux-cross.yml
607
608
macOS-latest-cmake-ios:
609
runs-on: macos-latest
0 commit comments