disable all acceleration on macos ci builds
This commit is contained in:
parent
b053cf7b50
commit
082c2a23bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
python3 -m pytest
|
Loading…
Reference in a new issue