unsloth/studio/backend
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
..
assets modified to fix the yaml syntax 2026-03-10 23:58:51 -07:00
auth feat(studio): add auth-specific paths and integrate auth database location 2026-03-11 20:19:52 +00:00
core refactor: remove project_root passing, use self-resolved paths and ~/.unsloth/studio 2026-03-11 20:32:18 +00:00
loggers feat: integrate structlog, configure workers for prod logging, and migrate print statements 2026-03-11 12:33:16 +00:00
models feat: target AI Assist mapping prompts for audio & embedding models 2026-03-11 16:55:43 +00:00
plugins/data-designer-unstructured-seed feat(studio): studio storage roots path utilities 2026-03-11 20:19:52 +00:00
requirements feat: integrate structlog, configure workers for prod logging, and migrate print statements 2026-03-11 12:33:16 +00:00
routes feat(studio): studio storage roots path utilities 2026-03-11 20:19:52 +00:00
state root studio folder 2026-02-02 09:13:49 +00:00
tests feat: integrate structlog, configure workers for prod logging, and migrate print statements 2026-03-11 12:33:16 +00:00
utils refactor: remove project_root passing, use self-resolved paths and ~/.unsloth/studio 2026-03-11 20:32:18 +00:00
colab.py feat: integrate structlog, configure workers for prod logging, and migrate print statements 2026-03-11 12:33:16 +00:00
main.py Merge remote-tracking branch 'origin/nightly' into feature/llm-assist-detection 2026-03-11 16:23:09 +00:00
run.py refactor: remove project_root passing, use self-resolved paths and ~/.unsloth/studio 2026-03-11 20:32:18 +00:00