Enable accelerations and set python architecture
This commit is contained in:
parent
010a50168c
commit
fa2f1fdf60
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
@ -70,10 +70,11 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
architecture: x86
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
CMAKE_ARGS="-DLLAMA_ACCELERATE=OFF -DLLAMA_METAL=OFF -DLLAMA_K_QUANTS=OFF" python3 -m pip install .[all] -v
|
python3 -m pip install .[all] -v
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
python3 -m pytest
|
python3 -m pytest
|
Loading…
Reference in a new issue