From f03e1f4100ebcdb7be103d13b0a34628c9c06442 Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Mon, 25 Sep 2023 18:09:12 +0800 Subject: [PATCH] update some bat --- .gitignore | 1 - run-cuda.bat | 1 + run-laptop-gpu.bat | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 run-cuda.bat create mode 100644 run-laptop-gpu.bat diff --git a/.gitignore b/.gitignore index 40f000e..d738af7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ __pycache__/ *.py[cod] *$py.class *.pyc -*.bat .idea .todo *.log diff --git a/run-cuda.bat b/run-cuda.bat new file mode 100644 index 0000000..1a7ac01 --- /dev/null +++ b/run-cuda.bat @@ -0,0 +1 @@ +python run.py --execution-provider cuda \ No newline at end of file diff --git a/run-laptop-gpu.bat b/run-laptop-gpu.bat new file mode 100644 index 0000000..32d9c58 --- /dev/null +++ b/run-laptop-gpu.bat @@ -0,0 +1 @@ +python run.py --execution-provider dml \ No newline at end of file