From 6b10280e6010e4ae01ad39b50a73b35daf99c822 Mon Sep 17 00:00:00 2001 From: Andrew Hoblitzell Date: Sat, 4 Nov 2023 08:56:36 -0400 Subject: [PATCH 1/2] Update super_resolution_with_onnxruntime.py add install for onnx --- advanced_source/super_resolution_with_onnxruntime.py | 1 + 1 file changed, 1 insertion(+) diff --git a/advanced_source/super_resolution_with_onnxruntime.py b/advanced_source/super_resolution_with_onnxruntime.py index 466c124fe67..8d7d15d3678 100644 --- a/advanced_source/super_resolution_with_onnxruntime.py +++ b/advanced_source/super_resolution_with_onnxruntime.py @@ -26,6 +26,7 @@ .. code-block:: bash %%bash + pip install onnx pip install onnxruntime ONNX Runtime recommends using the latest stable runtime for PyTorch. From f93cc94924c6328dcce95fd2bad02b53065e4671 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Sun, 5 Nov 2023 10:58:14 -0800 Subject: [PATCH 2/2] Update advanced_source/super_resolution_with_onnxruntime.py --- advanced_source/super_resolution_with_onnxruntime.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/advanced_source/super_resolution_with_onnxruntime.py b/advanced_source/super_resolution_with_onnxruntime.py index 8d7d15d3678..c9de728d8f6 100644 --- a/advanced_source/super_resolution_with_onnxruntime.py +++ b/advanced_source/super_resolution_with_onnxruntime.py @@ -26,8 +26,7 @@ .. code-block:: bash %%bash - pip install onnx - pip install onnxruntime + pip install onnx onnxruntime ONNX Runtime recommends using the latest stable runtime for PyTorch.