Fix clblast test

This commit is contained in:
Andrei Betlen 2023-11-02 01:17:46 -04:00
parent 735522272b
commit ddbd10c442

View file

@ -99,7 +99,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install .[all] --verbose CMAKE_ARGS="-DLLAMA_CLBLAST=on" python3 -m pip install .[all] --verbose
- name: Test with pytest - name: Test with pytest
run: | run: |
python3 -m pytest python3 -m pytest