unsloth/cli/commands
Roland Tannous 6f77c63229 refactor: remove project_root passing, use self-resolved paths and ~/.unsloth/studio
- Workers now compute backend_path and venv_t5 locally via Path(__file__)
- Moved .venv_t5 to ~/.unsloth/studio/.venv_t5
- Added ensure_studio_directories() call on server startup
- Expanded CLI studio command into sub-app with setup subcommand
2026-03-11 20:32:18 +00:00
..
__init__.py add export command, nested reorg commands 2025-12-15 18:37:26 -05:00
export.py CLI fix for backend changes 2026-03-10 01:51:00 +00:00
inference.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
studio.py refactor: remove project_root passing, use self-resolved paths and ~/.unsloth/studio 2026-03-11 20:32:18 +00:00
train.py CLI fix for backend changes 2026-03-10 01:51:00 +00:00
ui.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00