Skip to content

Commit f93cc94

Browse files
authored
Update advanced_source/super_resolution_with_onnxruntime.py
1 parent ab4bc2c commit f93cc94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: advanced_source/super_resolution_with_onnxruntime.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
.. code-block:: bash
2727
2828
%%bash
29-
pip install onnx
30-
pip install onnxruntime
29+
pip install onnx onnxruntime
3130
3231
ONNX Runtime recommends using the latest stable runtime for PyTorch.
3332

0 commit comments

Comments
 (0)