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 e71cbbc commit 0d202cbCopy full SHA for 0d202cb
.azure-pipelines/scripts/install_nc.sh
@@ -17,6 +17,7 @@ if [[ $1 = *"3x_pt"* ]]; then
17
fi
18
pip install --no-deps dist/neural_compressor*.whl --force-reinstall
19
elif [[ $1 = *"3x_tf"* ]]; then
20
+ pip install tensorflow==2.19.0
21
python -m pip install --no-cache-dir -r requirements.txt
22
python -m pip install --no-cache-dir -r requirements_tf.txt
23
python setup.py bdist_wheel
0 commit comments