unsloth/studio
danielhanchen 3a9be04108 Guard the frontend freshness find against missing src/public dirs
Under set -euo pipefail, find over a missing directory exits non-zero, and the
command substitution propagates that so setup aborts on a slim dist-only layout
(a PyPI wheel that ships frontend/dist without src/ or public/). Pass only the
directories that exist to find, so the cache-hit path completes instead of aborting.
2026-07-06 10:32:33 +00:00
..
backend Trim ~255 MB of unused packages from Studio setup (#4395) 2026-03-17 21:32:38 -07:00
frontend fix(studio): use explicit Cancel for model load toast (#4377) 2026-03-17 22:39:51 -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 Fix broken frontend freshness detection in setup scripts 2026-03-18 07:20:04 +00:00
setup.sh Guard the frontend freshness find against missing src/public dirs 2026-07-06 10:32:33 +00:00
Unsloth_Studio_Colab.ipynb Update Unsloth_Studio_Colab.ipynb 2026-03-17 15:42:38 -07:00