Skip to content

Commit 77aec05

Browse files
ahoblitzmalfet
andauthored
Update super_resolution_with_onnxruntime.py (pytorch#2647)
add install for onnx Fixes pytorch#2646 Description Install ONNX to avoid dependency issues --------- Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
1 parent e7563f6 commit 77aec05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/super_resolution_with_onnxruntime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.. code-block:: bash
2727
2828
%%bash
29-
pip install onnxruntime
29+
pip install onnx onnxruntime
3030
3131
ONNX Runtime recommends using the latest stable runtime for PyTorch.
3232

0 commit comments

Comments
 (0)