Skip to content

Commit 52678e7

Browse files
committedFeb 19, 2025·
install autoawq
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent bc1d034 commit 52678e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/test_ipex.yml

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
cd bitsandbytes
4545
pip install .
4646
47+
- name: Install autoawq
48+
run: |
49+
git clone --branch setup https://github.com/jiqing-feng/AutoAWQ.git
50+
cd AutoAWQ
51+
pip install .
52+
4753
- name: Assert versions
4854
run: |
4955
python -c "import torch; print(torch.__version__); assert torch.__version__.startswith('${{ matrix.torch-version }}'.replace('.*', ''))"

0 commit comments

Comments
 (0)