We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abcc70 commit 423bee4Copy full SHA for 423bee4
1 file changed
.github/workflows/build.yml
@@ -293,6 +293,7 @@ jobs:
293
cmake -B build \
294
-DLLAMA_FATAL_WARNINGS=ON \
295
-DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON \
296
+ -DGGML_SANITIZE_${{ matrix.sanitizer }}=ON \
297
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
298
cmake --build build --config ${{ matrix.build_type }} -j $(nproc)
299
@@ -303,6 +304,7 @@ jobs:
303
304
305
306
307
308
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
309
-DGGML_OPENMP=OFF
310
0 commit comments