Disable AVX2 flags in CI

This commit is contained in:
Georgi Gerganov 2023-03-22 19:08:14 +02:00
parent 992ebff68b
commit b29e6f318a

View file

@ -89,7 +89,7 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake -DLLAMA_AVX2=OFF ..
cmake --build . --config Release
ctest --output-on-failure