disable all acceleration on macos ci builds

This commit is contained in:
Andrei Betlen 2023-09-12 16:59:47 -04:00
parent b053cf7b50
commit 082c2a23bd

View file

@ -73,7 +73,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
CMAKE_ARGS="-DLLAMA_METAL=OFF" python3 -m pip install .[all] -v CMAKE_ARGS="-DLLAMA_ACCELERATE=OFF -DLLAMA_METAL=OFF -DLLAMA_KQUANTS=OFF" python3 -m pip install .[all] -v
- name: Test with pytest - name: Test with pytest
run: | run: |
python3 -m pytest python3 -m pytest