Skip to content

Commit 5d49287

Browse files
committed
Fixed Basic workflow typos
1 parent 22034f5 commit 5d49287

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build-wheels-cu124-linux-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
# Basic options for compiling without AVX instructions
6969
if [ "${AVXVER}" = "Basic" ]; then
70-
CMAKE_ARGS = "${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
70+
CMAKE_ARGS="${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
7171
fi
7272
7373
# Export CMAKE_ARGS environment variable so the python -m build command can use it

.github/workflows/build-wheels-cu124-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# fi
8080
# Basic options for compiling without AVX instructions
8181
if [ "${AVXVER}" = "Basic" ]; then
82-
CMAKE_ARGS = "${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
82+
CMAKE_ARGS="${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
8383
fi
8484
8585
# Export CMAKE_ARGS environment variable so the python -m build command can use it

.github/workflows/build-wheels-cu126-linux-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
# Basic options for compiling without AVX instructions
6969
if [ "${AVXVER}" = "Basic" ]; then
70-
CMAKE_ARGS = "${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
70+
CMAKE_ARGS="${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
7171
fi
7272
7373
# Export CMAKE_ARGS environment variable so the python -m build command can use it

.github/workflows/build-wheels-cu126-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# fi
8080
# Basic options for compiling without AVX instructions
8181
if [ "${AVXVER}" = "Basic" ]; then
82-
CMAKE_ARGS = "${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
82+
CMAKE_ARGS="${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
8383
fi
8484
8585
# Export CMAKE_ARGS environment variable so the python -m build command can use it

.github/workflows/build-wheels-cu128-linux-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
# Basic options for compiling without AVX instructions
6969
if [ "${AVXVER}" = "Basic" ]; then
70-
CMAKE_ARGS = "${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
70+
CMAKE_ARGS="${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
7171
fi
7272
7373
# Export CMAKE_ARGS environment variable so the python -m build command can use it

.github/workflows/build-wheels-cu128-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# fi
8080
# Basic options for compiling without AVX instructions
8181
if [ "${AVXVER}" = "Basic" ]; then
82-
CMAKE_ARGS = "${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
82+
CMAKE_ARGS="${CMAKE_ARGS} -DGGML_AVX=off -DGGML_AVX2=off -DGGML_AVX512=off -DGGML_FMA=off -DGGML_F16C=off"
8383
fi
8484
8585
# Export CMAKE_ARGS environment variable so the python -m build command can use it

0 commit comments

Comments
 (0)