Skip to content

Commit d67c7a6

Browse files
authored
Update build-and-release.yaml
1 parent 15be4a2 commit d67c7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
env:
148148
# disable repair
149149
CIBW_REPAIR_WHEEL_COMMAND: ""
150-
CIBW_ENVIRONMENT: CMAKE_ARGS = '-DLLAMA_CUBLAS=on -DLLAMA_AVX512=on'
150+
CIBW_ENVIRONMENT: CMAKE_ARGS='-DLLAMA_CUBLAS=on -DLLAMA_AVX512=on'
151151
with:
152152
package-dir: .
153153
output-dir: wheelhouse

0 commit comments

Comments
 (0)