From 2c425c44f25d82320bfefcc7da75c16df31545e6 Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Fri, 21 Jun 2024 02:35:14 +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 bff784b..7192601 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.18.0 +pip install onnxruntime-gpu==1.15.1 ```