From 20cafb0079ff163adcd04615f5cde2e577233cd0 Mon Sep 17 00:00:00 2001 From: Chris G Date: Sat, 29 Aug 2026 08:28:40 +0200 Subject: [PATCH] docs: change dependency version number (#1914) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e86bd05..f9e5aa4 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ pip install git+https://github.com/TencentARC/GFPGAN.git@master ```bash pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 pip uninstall onnxruntime onnxruntime-gpu -pip install onnxruntime-gpu==1.21.0 +pip install onnxruntime-gpu==1.26.0 ``` 3. Usage: