Skip to content

Commit 685a929

Browse files
committed
typo
1 parent 082c2a2 commit 685a929

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
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install dependencies
7474
run: |
7575
python3 -m pip install --upgrade pip
76-
CMAKE_ARGS="-DLLAMA_ACCELERATE=OFF -DLLAMA_METAL=OFF -DLLAMA_KQUANTS=OFF" python3 -m pip install .[all] -v
76+
CMAKE_ARGS="-DLLAMA_ACCELERATE=OFF -DLLAMA_METAL=OFF -DLLAMA_K_QUANTS=OFF" python3 -m pip install .[all] -v
7777
- name: Test with pytest
7878
run: |
7979
python3 -m pytest

0 commit comments

Comments
 (0)