unsloth/studio
LeoBorcherding d260fbb30c fix: install data-designer plugin non-editable for Colab compatibility
Editable installs (-e) work via a .pth file that is only processed at
Python startup. In Colab the kernel is already running when setup.sh
installs the plugin, so the .pth file never gets picked up and
data_designer_unstructured_seed is not importable.

Remove -e so pip copies the package files directly into site-packages,
which the live kernel can find immediately. Local venv installs are
unaffected since the venv is always created fresh before install.
2026-03-12 22:55:06 -05:00
..
backend Update CODEOWNERS for studio and cli (#4266) 2026-03-12 15:16:38 -07:00
frontend Final cleanup 2026-03-12 18:28:04 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_python_stack.py fix: install data-designer plugin non-editable for Colab compatibility 2026-03-12 22:55:06 -05: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 Final cleanup 2026-03-12 18:28:04 +00:00
setup.sh Final cleanup 2026-03-12 18:28:04 +00:00
Unsloth_Studio_Colab.ipynb Final cleanup 2026-03-12 18:28:04 +00:00