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 78ee323 commit 298ec43Copy full SHA for 298ec43
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
#- build: "avx2"
54
# defines: "-DGGML_AVX2=ON -DSD_BUILD_SHARED_LIBS=ON"
55
- build: "avx"
56
- defines: "-DGGML_AVX2=OFF -DSD_BUILD_SHARED_LIBS=ON"
+ defines: "-DGGML_NATIVE=OFF -DGGML_AVX=ON -DGGML_AVX2=OFF -DGGML_FMA=ON -DSD_BUILD_SHARED_LIBS=ON"
57
#- build: "avx512"
58
# defines: "-DGGML_AVX512=ON -DSD_BUILD_SHARED_LIBS=ON"
59
#- build: "cuda12"
0 commit comments