Skip to content
Prev Previous commit
Next Next commit
fix torchvision
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Aug 14, 2024
commit da7abe7ee5302a7f78d48490a694178b14375563
2 changes: 1 addition & 1 deletion .azure-pipelines/scripts/fwk_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "export FWs version..."
export tensorflow_version='2.15.0-official'
export pytorch_version='2.4.0+cpu'
export torchvision_version='0.19.0+cpu'
export torchvision_version='0.19.0'
export ipex_version='2.4.0+cpu'
export onnx_version='1.16.0'
export onnxruntime_version='1.18.0'
Expand Down