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 7355222 commit ddbd10cCopy full SHA for ddbd10c
.github/workflows/test.yaml
@@ -99,7 +99,7 @@ jobs:
99
- name: Install dependencies
100
run: |
101
python3 -m pip install --upgrade pip
102
- CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install .[all] --verbose
+ CMAKE_ARGS="-DLLAMA_CLBLAST=on" python3 -m pip install .[all] --verbose
103
- name: Test with pytest
104
105
python3 -m pytest
0 commit comments