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 082c2a2 commit 685a929Copy full SHA for 685a929
.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_ACCELERATE=OFF -DLLAMA_METAL=OFF -DLLAMA_KQUANTS=OFF" python3 -m pip install .[all] -v
+ CMAKE_ARGS="-DLLAMA_ACCELERATE=OFF -DLLAMA_METAL=OFF -DLLAMA_K_QUANTS=OFF" python3 -m pip install .[all] -v
77
- name: Test with pytest
78
79
python3 -m pytest
0 commit comments