HMP / hf_repo /agents /init.bat
GitHub Action
Sync from GitHub with Git LFS
24e9ff4
raw
history blame
247 Bytes
echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt
echo --------------------------
echo Running initialization...
echo --------------------------
python init.py
pause