File size: 319 Bytes
ab0dd0b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
@echo off

echo You can edit this file and change starting parameters.
echo Currently this script will use 1st cuda GPU but can be modified for CPU or other devices. 
echo Message me from Patreon for more help.
call .\rop-unleash\venv\Scripts\activate.bat

cd rop-unleash
set CUDA_VISIBLE_DEVICES=0
python run.py

pause