HMP / hf_repo /agents /start_repl.bat
GitHub Action
Sync from GitHub with Git LFS
c34e843
Raw
History Blame
257 Bytes
@echo off
echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt
echo --------------------------
echo Running HMP REPL-agent...
echo --------------------------
python repl.py
pause