You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GPT-Brain/batch-programs/run-build-brain.bat

8 lines
159 B
Batchfile

@echo off
cd..
echo Activating Virtural environment...
call .\venv\Scripts\activate
echo building brain...
python build-brain.py
echo complete building brain!