File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments