unsloth/cli.py
2025-12-15 18:37:26 -05:00

4 lines
58 B
Python

from cli import app
if __name__ == "__main__":
app()