mirror of
https://github.com/unslothai/unsloth
synced 2026-04-21 13:37:39 +00:00
4 lines
58 B
Python
4 lines
58 B
Python
from cli import app
|
|
|
|
if __name__ == "__main__":
|
|
app()
|