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 010a501 commit fa2f1fdCopy full SHA for fa2f1fd
.github/workflows/test.yaml
@@ -70,10 +70,11 @@ jobs:
70
uses: actions/setup-python@v4
71
with:
72
python-version: ${{ matrix.python-version }}
73
+ architecture: x86
74
- name: Install dependencies
75
run: |
76
python3 -m pip install --upgrade pip
- 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
78
- name: Test with pytest
79
80
python3 -m pytest
0 commit comments