Skip to content

Commit 830cb84

Browse files
committed
update test
Signed-off-by: chensuyue <[email protected]>
1 parent 9eef63b commit 830cb84

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.azure-pipelines/scripts/install_nc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ if [[ $1 = *"3x_pt"* ]]; then
66
python -m pip install --no-cache-dir -r requirements_pt.txt
77
python setup.py pt bdist_wheel
88
pip install --no-deps dist/neural_compressor*.whl --force-reinstall
9+
if [[ $1 != *"3x_pt_fp8"* ]]; then
10+
pip install torch --index-url https://download.pytorch.org/whl/cpu
11+
fi
912
elif [[ $1 = *"3x_tf"* ]]; then
1013
python -m pip install --no-cache-dir -r requirements_tf.txt
1114
python setup.py tf bdist_wheel

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ support AMD CPU, ARM CPU, and NVidia GPU through ONNX Runtime with limited testi
3636
```Shell
3737
pip install torch --index-url https://download.pytorch.org/whl/cpu
3838
```
39-
#### Install torch for XPU
39+
#### Install torch/intel_extension_for_pytorch for XPU
4040
https://intel.github.io/intel-extension-for-pytorch/index.html#installation
4141

4242
#### Install torch for other platform

0 commit comments

Comments
 (0)