From b6d1497fecb7a3b57c2edd01ba625aa1dc14fad4 Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Wed, 8 May 2024 00:57:13 +0800 Subject: [PATCH] Update run-cuda.bat just creating some base template on the .bat file (simplifying it for newbies) --- run-cuda.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-cuda.bat b/run-cuda.bat index 1a7ac01..b2639ea 100644 --- a/run-cuda.bat +++ b/run-cuda.bat @@ -1 +1 @@ -python run.py --execution-provider cuda \ No newline at end of file +python run.py --execution-provider cuda --execution-threads 60 --max-memory 60 \ No newline at end of file