train-new / .venv-hf /bin /tiny-agents
ycwhencpp's picture
Sync repo: updated train_grpo notebook for training run
5e9fb2f verified
#!/Users/anurag.c/viral-posts-env/.venv-hf/bin/python3.14
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(app())