Skip to content

Commit 52b9fb3

Browse files
committed
ci : disable BF16 on GHA
ggml-ci
1 parent 41f0cf6 commit 52b9fb3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
cmake .. \
5959
-DLLAMA_FATAL_WARNINGS=ON \
6060
-DLLAMA_CURL=ON \
61-
-DGGML_METAL_USE_BF16=ON \
6261
-DGGML_METAL_EMBED_LIBRARY=ON \
6362
-DGGML_RPC=ON \
6463
-DBUILD_SHARED_LIBS=OFF
@@ -580,7 +579,6 @@ jobs:
580579
mkdir build
581580
cd build
582581
cmake -G Xcode .. \
583-
-DGGML_METAL_USE_BF16=ON \
584582
-DGGML_METAL_EMBED_LIBRARY=ON \
585583
-DLLAMA_BUILD_EXAMPLES=OFF \
586584
-DLLAMA_BUILD_TESTS=OFF \
@@ -611,7 +609,6 @@ jobs:
611609
mkdir build
612610
cd build
613611
cmake -G Xcode .. \
614-
-DGGML_METAL_USE_BF16=ON \
615612
-DGGML_METAL_EMBED_LIBRARY=ON \
616613
-DLLAMA_BUILD_EXAMPLES=OFF \
617614
-DLLAMA_BUILD_TESTS=OFF \

0 commit comments

Comments
 (0)