diff --git a/advanced_source/super_resolution_with_onnxruntime.py b/advanced_source/super_resolution_with_onnxruntime.py index eb184e85109..835a79bd3a0 100644 --- a/advanced_source/super_resolution_with_onnxruntime.py +++ b/advanced_source/super_resolution_with_onnxruntime.py @@ -16,10 +16,7 @@ and `ONNX Runtime `__. You can get binary builds of ONNX and ONNX Runtime with ``pip install onnx onnxruntime``. -Note that ONNX Runtime is compatible with Python versions 3.5 to 3.7. - -``NOTE``: This tutorial needs PyTorch master branch which can be installed by following -the instructions `here `__ +ONNX Runtime recommends using the latest stable runtime for PyTorch. """