Skip to content

Commit f637b5f

Browse files
committed
enable awq tests
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent 7f70f2b commit f637b5f

File tree

2 files changed

+242
-197
lines changed

2 files changed

+242
-197
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 https://github.com/casper-hansen/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)