Skip to content

Commit

Permalink
add bnb tests in yaml
Browse files Browse the repository at this point in the history
Signed-off-by: jiqing-feng <[email protected]>
  • Loading branch information
jiqing-feng committed Dec 16, 2024
1 parent 82d39ce commit 7dc08da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_ipex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
- name: Test with Pytest
run: |
pytest tests/ipex
- if: ${{ matrix.torch-version != '2.4.0' }}
name: Install bitsandbytes
run: |
pip install https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.45.0.dev0-py3-none-manylinux_2_24_x86_64.whl

0 comments on commit 7dc08da

Please sign in to comment.