File size: 167 Bytes
a4f74f3
 
 
 
 
 
1
2
3
4
5
6
7
#!/usr/bin/env python3
"""GRPO training — see training/grpo.py for the full implementation."""
from training.grpo import main

if __name__ == "__main__":
    main()