unsloth/cli.py

5 lines
58 B
Python
Raw Normal View History

from cli import app
2025-12-10 15:45:39 +00:00
if __name__ == "__main__":
app()