We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b053cf7 commit 082c2a2Copy full SHA for 082c2a2
.github/workflows/test.yaml
@@ -73,7 +73,7 @@ jobs:
73
- name: Install dependencies
74
run: |
75
python3 -m pip install --upgrade pip
76
- 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
77
- name: Test with pytest
78
79
python3 -m pytest
0 commit comments