update some bat
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,7 +2,6 @@ __pycache__/
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
*.pyc
|
*.pyc
|
||||||
*.bat
|
|
||||||
.idea
|
.idea
|
||||||
.todo
|
.todo
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
1
run-cuda.bat
Normal file
1
run-cuda.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
python run.py --execution-provider cuda
|
||||||
1
run-laptop-gpu.bat
Normal file
1
run-laptop-gpu.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
python run.py --execution-provider dml
|
||||||
Reference in New Issue
Block a user