HMP / hf_repo /agents /check_agents.bat
GitHub Action
Sync from GitHub with Git LFS
94e6ed4
raw
history blame
254 Bytes
@echo off
echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt
echo --------------------------
echo Check agents...
echo --------------------------
python check_agents.py
pause