From 79d5d6bc97e0130d1c101a1acf07d515d3e20bee Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Sat, 22 Jun 2024 21:51:46 +0800 Subject: [PATCH] Update README.md updated for some improved performance upon installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7192601..5579f46 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ pip install -r requirements.txt ``` pip uninstall onnxruntime onnxruntime-gpu -pip install onnxruntime-gpu==1.15.1 +pip install onnxruntime-gpu==1.16.3 ```