We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4454f6f commit 78057a0Copy full SHA for 78057a0
.azure-pipelines/scripts/install_nc.sh
@@ -3,6 +3,10 @@
3
echo -e "\n Install Neural Compressor ... "
4
cd /neural-compressor
5
if [[ $1 = *"3x_pt"* ]]; then
6
+ if [[ $1 != *"3x_pt_fp8"* ]]; then
7
+ echo -e "\n Install torch CPU ... "
8
+ pip install torch==2.3.0 --index-url https://download.pytorch.org/whl/cpu
9
+ fi
10
python -m pip install --no-cache-dir -r requirements_pt.txt
11
python setup.py pt bdist_wheel
12
pip install --no-deps dist/neural_compressor*.whl --force-reinstall
0 commit comments