Skip to content

Commit

Permalink
Update super_resolution_with_onnxruntime.py (#2647)
Browse files Browse the repository at this point in the history
add install for onnx

Fixes #2646

Description
Install ONNX to avoid dependency issues

---------

Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
  • Loading branch information
ahoblitz and malfet authored Nov 5, 2023
1 parent e7563f6 commit 77aec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_source/super_resolution_with_onnxruntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.. code-block:: bash
%%bash
pip install onnxruntime
pip install onnx onnxruntime
ONNX Runtime recommends using the latest stable runtime for PyTorch.
Expand Down

0 comments on commit 77aec05

Please sign in to comment.