Skip to content

Commit aee75ab

Browse files
authored
Merge pull request #46 from chamalgomes/feat/expand-cpu-instructions
feat: expand CPU instructions
2 parents 31d6983 + d55d455 commit aee75ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/llama-build-cuda.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
cuda_config:
2222
- ver: 13.1.1
2323
short: cu131
24-
arch: 75;80
25-
pyver: ["3.13", "3.14"]
24+
arch: 75
25+
pyver: ["3.14"]
2626

2727
defaults:
2828
run:
@@ -69,9 +69,9 @@ jobs:
6969
-DLLAVA_BUILD=off
7070
-DCMAKE_CUDA_ARCHITECTURES=${{ matrix.cuda_config.arch }}
7171
-DGGML_CUDA_FORCE_MMQ=OFF
72-
-DGGML_AVX2=off
73-
-DGGML_FMA=off
74-
-DGGML_F16C=off
72+
-DGGML_AVX2=on
73+
-DGGML_FMA=on
74+
-DGGML_F16C=on
7575
-DLLAMA_BUILD_EXAMPLES=OFF
7676
-DLLAMA_BUILD_TESTS=OFF
7777
-DLLAMA_BUILD_SERVER=OFF

0 commit comments

Comments
 (0)