Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
freeze torch vision
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed Jul 28, 2024
commit 4454f6f64ebd0ac4bf0cb67581f7ef299d3b0093
2 changes: 1 addition & 1 deletion .azure-pipelines/scripts/install_nc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ $1 = *"3x_pt"* ]]; then
python setup.py pt bdist_wheel
pip install --no-deps dist/neural_compressor*.whl --force-reinstall
if [[ $1 != *"3x_pt_fp8"* ]]; then
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install torch==2.3.0 --index-url https://download.pytorch.org/whl/cpu
fi
elif [[ $1 = *"3x_tf"* ]]; then
python -m pip install --no-cache-dir -r requirements_tf.txt
Expand Down