5 lines
114 B
Batchfile
5 lines
114 B
Batchfile
|
|
@echo off
|
||
|
|
chcp 65001 >nul
|
||
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0run_ml_tests.ps1" -Fast
|
||
|
|
pause
|