From 8aeb406ea27b427245225f31397b9ca922587199 Mon Sep 17 00:00:00 2001 From: KRSHH <136873090+KRSHH@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:38:01 +0530 Subject: [PATCH] Rename run-laptop-gpu.bat to run-directml.bat --- run-directml.bat | 1 + run-laptop-gpu.bat | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 run-directml.bat delete mode 100644 run-laptop-gpu.bat diff --git a/run-directml.bat b/run-directml.bat new file mode 100644 index 0000000..038e958 --- /dev/null +++ b/run-directml.bat @@ -0,0 +1 @@ +python run.py --execution-provider dml diff --git a/run-laptop-gpu.bat b/run-laptop-gpu.bat deleted file mode 100644 index 32d9c58..0000000 --- a/run-laptop-gpu.bat +++ /dev/null @@ -1 +0,0 @@ -python run.py --execution-provider dml \ No newline at end of file