From 866528a2753ef4ae87eca387308a9b88d08bd26b Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Fri, 21 Jun 2024 01:55:01 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7192601..bff784b 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.18.0 ```