unsloth/studio
Daniel Han 1c58c00b54 DiffusionGemma: set UNSLOTH_IS_PRESENT for the shim subprocess
A clean install could not run DiffusionGemma: the runner spawns
python -m unsloth_zoo.diffusion_studio.shim, and unsloth_zoo refuses to
import unless UNSLOTH_IS_PRESENT is set (normally by import unsloth). The
shim never imports unsloth, so the subprocess died with
'Please install Unsloth via pip install unsloth!' and the model load
failed with a 500. Set the flag in the runner child env, as unsloth does
on import.
2026-06-12 14:17:42 +00:00
..
backend DiffusionGemma: set UNSLOTH_IS_PRESENT for the shim subprocess 2026-06-12 14:17:42 +00:00
frontend DiffusionGemma: disable tools, enable artifacts canvas by default 2026-06-12 13:54:09 +00:00
src-tauri feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Studio: serve DiffusionGemma with live in-place denoising and honest stats (#6250) 2026-06-12 05:48:06 -07:00
install_python_stack.py Installer: GPU detection follow-ups after #6174 (poisoned venv repair, llama.cpp routing, probe bounds) (#6183) 2026-06-11 05:06:02 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
package-lock.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
package.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Studio: serve DiffusionGemma with live in-place denoising and honest stats (#6250) 2026-06-12 05:48:06 -07:00
setup.sh Studio: serve DiffusionGemma with live in-place denoising and honest stats (#6250) 2026-06-12 05:48:06 -07:00
Unsloth_Studio_Colab.ipynb Fix/studio colab proxy and iframe - Unsloth Studio not loading in Colab (iframe "refused to connect" and wrong URL) (#5844) 2026-05-28 23:54:48 -07:00