From 92d9b5cac61d08f385376070fc98eb81def48950 Mon Sep 17 00:00:00 2001 From: HolyWu Date: Thu, 30 Mar 2023 21:49:32 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cf7ba2..bee80bb 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Training Real-World Blind Super-Resolution with Pure Synthetic Data, based on ht ## Dependencies - [NumPy](https://numpy.org/install) -- [PyTorch](https://pytorch.org/get-started) 1.13.0+ +- [PyTorch](https://pytorch.org/get-started) 1.13.1 - [VapourSynth](http://www.vapoursynth.com/) R55+ `trt` requires additional runtime libraries: -- [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) -- [cuDNN](https://developer.nvidia.com/cudnn) -- [TensorRT](https://developer.nvidia.com/tensorrt) +- [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) 11.7 +- [cuDNN](https://developer.nvidia.com/cudnn) 8.6 +- [TensorRT](https://developer.nvidia.com/tensorrt) 8.5.3.1 For ease of installation on Windows, you can download the 7z file on [Releases](https://github.com/HolyWu/vs-realesrgan/releases) which contains required runtime libraries and Python wheel file. Either add the unzipped directory to your system `PATH` or copy the DLL files to a directory which is already in your system `PATH`. Finally pip install the Python wheel file.