Skip to content

Commit fa2f1fd

Browse files
committed
Enable accelerations and set python architecture
1 parent 010a501 commit fa2f1fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ jobs:
7070
uses: actions/setup-python@v4
7171
with:
7272
python-version: ${{ matrix.python-version }}
73+
architecture: x86
7374
- name: Install dependencies
7475
run: |
7576
python3 -m pip install --upgrade pip
76-
CMAKE_ARGS="-DLLAMA_ACCELERATE=OFF -DLLAMA_METAL=OFF -DLLAMA_K_QUANTS=OFF" python3 -m pip install .[all] -v
77+
python3 -m pip install .[all] -v
7778
- name: Test with pytest
7879
run: |
7980
python3 -m pytest

0 commit comments

Comments
 (0)