From 77aec058e3989747afd42eadc08bd8cce909023b Mon Sep 17 00:00:00 2001 From: Andrew Hoblitzell Date: Sun, 5 Nov 2023 14:00:41 -0500 Subject: [PATCH] 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 <2453524+malfet@users.noreply.github.com> --- advanced_source/super_resolution_with_onnxruntime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.