8000 Fix clblast test · ego/llama-cpp-python@ddbd10c · GitHub
[go: up one dir, main page]

Skip to content

Commit ddbd10c

Browse files
committed
Fix clblast test
1 parent 7355222 commit ddbd10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install dependencies
100100
run: |
101101
python3 -m pip install --upgrade pip
102-
CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install .[all] --verbose
102+
CMAKE_ARGS="-DLLAMA_CLBLAST=on" python3 -m pip install .[all] --verbose
103103
- name: Test with pytest
104104
run: |
105105
python3 -m pytest

0 commit comments

Comments
 (0)
0