From 7dc08da2b58fcaa9cde4de524089ba35f7b489de Mon Sep 17 00:00:00 2001 From: jiqing-feng Date: Mon, 16 Dec 2024 12:56:39 +0000 Subject: [PATCH] add bnb tests in yaml Signed-off-by: jiqing-feng --- .github/workflows/test_ipex.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test_ipex.yml b/.github/workflows/test_ipex.yml index de933e3795..e948a4b2f2 100644 --- a/.github/workflows/test_ipex.yml +++ b/.github/workflows/test_ipex.yml @@ -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