From f121083bc80950d961a269c847c96b81ccb6c7da Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Sun, 15 Jun 2025 02:22:00 +0800 Subject: [PATCH] Update README.md RTX 50xx support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18efaba..9d62b18 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ pip install -r requirements.txt ```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.16.3 +pip install onnxruntime-gpu==1.21.0 ``` 3. Usage: