From 456ef9964d379d28095912c6d08d797d959e3c13 Mon Sep 17 00:00:00 2001 From: Munim Zafar <74110160+munimdev@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:53:04 +0500 Subject: [PATCH] Update onnxruntime-gpu version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aea6311..41411d1 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.16.3 +pip install onnxruntime-gpu==1.18.0 ```