MagicNodes / scripts /check_sageattention.bat
DZRobo
Initial project structure and core files added (#1)
695fbf0 unverified
raw
history blame
179 Bytes
@echo off
setlocal
set PS=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe
"%PS%" -ExecutionPolicy Bypass -File "%~dp0\check_sageattention.ps1" %*
echo.
pause
endlocal