unsloth/studio/backend
Leo Borcherding 17df5bf3bf feat: Add simple 2-cell Colab notebook (no tunnel needed)
- Create studio/backend/colab.py using Colab's built-in proxy
- Uses google.colab.kernel.proxyPort() for URL (no cloudflare)
- Shows nice clickable link with IPython.display.HTML
- Notebook has just 2 cells: setup and start
- Much simpler than external tunneling approach
2026-02-17 04:57:30 -06:00
..
assets added default inference config for default.yaml 2026-02-15 02:13:24 -07:00
auth fix: rollback auth.db user row if token generation fails during setup 2026-02-13 10:11:07 +00:00
core Merge pull request #124 from unslothai/feature/bug-fixes 2026-02-16 13:21:12 -08:00
loggers root studio folder 2026-02-02 09:13:49 +00:00
models Merge pull request #124 from unslothai/feature/bug-fixes 2026-02-16 13:21:12 -08:00
routes Merge branch 'nightly' into feature/eval-split-auto-detection 2026-02-17 01:11:30 +04:00
state root studio folder 2026-02-02 09:13:49 +00:00
tests added @needs_torch to test_cuda_oom 2026-02-11 16:12:37 +00:00
utils feat: apply default chat template for base models without tokenizer chat_template 2026-02-16 15:56:06 +00:00
colab.py feat: Add simple 2-cell Colab notebook (no tunnel needed) 2026-02-17 04:57:30 -06:00
main.py feat: add GET /api/system/hardware endpoint for GPU info and package versions 2026-02-16 10:29:21 +00:00
requirements.txt root studio folder 2026-02-02 09:13:49 +00:00
run.py fix path in run_server 2026-02-14 05:06:17 +00:00