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