diff --git a/advanced_source/super_resolution_with_onnxruntime.py b/advanced_source/super_resolution_with_onnxruntime.py index 466c124fe6..c9de728d8f 100644 --- a/advanced_source/super_resolution_with_onnxruntime.py +++ b/advanced_source/super_resolution_with_onnxruntime.py @@ -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.