Skip to content

Commit 298ec43

Browse files
authored
Update build.yml
1 parent 78ee323 commit 298ec43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
#- build: "avx2"
5454
# defines: "-DGGML_AVX2=ON -DSD_BUILD_SHARED_LIBS=ON"
5555
- build: "avx"
56-
defines: "-DGGML_AVX2=OFF -DSD_BUILD_SHARED_LIBS=ON"
56+
defines: "-DGGML_NATIVE=OFF -DGGML_AVX=ON -DGGML_AVX2=OFF -DGGML_FMA=ON -DSD_BUILD_SHARED_LIBS=ON"
5757
#- build: "avx512"
5858
# defines: "-DGGML_AVX512=ON -DSD_BUILD_SHARED_LIBS=ON"
5959
#- build: "cuda12"

0 commit comments

Comments
 (0)