unsloth/studio/backend/utils
Roland Tannous 1167be2798 refactor: consolidate version switching to .venv_t5, remove .venv_overlay
All version switching now uses .venv_t5/ (pre-installed by setup.sh).
The old .venv_overlay/ with runtime pip installs is removed.
ensure_transformers_version() (used only by export) now does a
lightweight sys.path swap instead of pip installing at runtime.
2026-03-06 04:37:06 +00:00
..
datasets fix: check for http(s) prefix instead of bare string type for URL detection 2026-03-05 06:10:10 +00:00
hardware Force num_proc=1 on Windows to avoid slow spawn overhead 2026-03-01 13:05:10 +00:00
inference added the inference fetching from model mappers 2026-02-15 02:48:53 -07:00
models fix: support mmproj for local vision GGUF models + fix Windows pipe deadlock 2026-03-01 12:58:38 +00:00
paths fix lora: outputs path local 2026-02-15 16:58:24 +01:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
cache_cleanup.py feat: clear unsloth_compiled_cache on startup, shutdown, and between model loads 2026-02-23 07:26:22 +00:00
transformers_version.py refactor: consolidate version switching to .venv_t5, remove .venv_overlay 2026-03-06 04:37:06 +00:00
utils.py replace torch MPS with MLX 2026-02-11 16:04:35 +00:00