unsloth
unsloth copied to clipboard
feat: ship cli with package
We could easily ship the unsloth cli (unsloth-cli.py) with the python package thereby increasing its portability and adoption.
Proposed Changes
- migrate
unsloth-cli.pytounsloth/cli.py. - Add a
[project.scripts]section topyproject.tomlwith the correct path.
Happy to work on this issue 😃
Sorry on the delay!! @SauravMaheshkar That'll be very cool indeed! If you're interested in working on it - that would be awesome! Also https://github.com/unslothai/unsloth/pull/1035 Leo made a cli v2 which might be of interest to you as well!