unsloth/studio
Daniel Han 1f075a932b Cache frontend build across setup runs
Skip the frontend npm install + build if frontend/dist already exists.
Previously setup.ps1 nuked node_modules and package-lock.json on every
run, and both scripts always rebuilt even when dist/ was already present.

On a git clone editable install, the first setup run still builds the
frontend as before. Subsequent runs skip it, saving several minutes.
To force a rebuild, delete frontend/dist and re-run setup.
2026-03-18 05:14:37 +00:00
..
backend Trim ~255 MB of unused packages from Studio setup (#4395) 2026-03-17 21:32:38 -07:00
frontend Unused return value causes build failures (#4385) 2026-03-17 20:57:27 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_python_stack.py studio: improve Colab notebook, redesign ready popup, and clean up install output (#4339) 2026-03-16 21:39:25 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Cache frontend build across setup runs 2026-03-18 05:14:37 +00:00
setup.sh Cache frontend build across setup runs 2026-03-18 05:14:37 +00:00
Unsloth_Studio_Colab.ipynb Update Unsloth_Studio_Colab.ipynb 2026-03-17 15:42:38 -07:00