This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:Init | |
@echo off | |
set OUTPUT=%1 | |
set MODELPATH=%2 | |
set OUTPUTPATH=%3 | |
if not exist %OUTPUTPATH% mkdir %OUTPUTPATH% | |
goto Install | |
:Install | |
:: Will ensure pytorch is installed. |