Skip to content

Commit 95743be

Browse files
committed
build awq from source
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent 778bf15 commit 95743be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test_ipex.yml

+10
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ 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+
53+
- name: Install HF
54+
run: |
55+
pip install .[ipex,tests] transformers[testing]==${{ matrix.transformers-version }} intel_extension_for_pytorch==${{ matrix.torch-version }}
56+
4757
- name: Assert versions
4858
run: |
4959
python -c "import torch; print(torch.__version__); assert torch.__version__.startswith('${{ matrix.torch-version }}'.replace('.*', ''))"

0 commit comments

Comments
 (0)