Skip to content

Commit

Permalink
Update super_resolution_with_onnxruntime.py (#2370)
Browse files Browse the repository at this point in the history
Fix for #1781
Rather than manually update the version number with the current stable version (e.g., 2.0.1), as long as ONNX maintains compatibility with the lastest stable version that reference should be sufficient and constantly up to date.
  • Loading branch information
frasertajima authored May 31, 2023
1 parent dfc6aa2 commit d55a262
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions advanced_source/super_resolution_with_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
and `ONNX Runtime </~https://github.com/microsoft/onnxruntime>`__.
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 </~https://github.com/pytorch/pytorch#from-source>`__
ONNX Runtime recommends using the latest stable runtime for PyTorch.
"""

Expand Down

0 comments on commit d55a262

Please sign in to comment.