Skip to content

Commit 77aec05

Browse files
ahoblitzmalfet
andauthored
Update super_resolution_with_onnxruntime.py (#2647)
add install for onnx Fixes #2646 Description Install ONNX to avoid dependency issues --------- Co-authored-by: Nikita Shulga <[email protected]>
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

+1-1
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)