api-testing-env / train_grpo.py
Mayank022's picture
Upload folder using huggingface_hub
a4f74f3 verified
raw
history blame contribute delete
167 Bytes
#!/usr/bin/env python3
"""GRPO training — see training/grpo.py for the full implementation."""
from training.grpo import main
if __name__ == "__main__":
main()