unsloth/studio
Roland Tannous 83309560a9 Allow install_python_stack to run on Colab
The _COLAB_NO_VENV flag was skipping both the PyPI version check
(which needs $VENV_DIR/bin/python) and install_python_stack (which
uses sys.executable and works fine without a venv). Decouple these:
guard only the version check with _COLAB_NO_VENV, so
install_python_stack runs normally on Colab.
2026-03-26 14:31:43 +00:00
..
backend Fix Colab huggingface-hub conflict, ensurepip fallback, bump to 2026.3.14 (#4603) 2026-03-25 09:38:02 -07:00
frontend feat(studio): editable context length with Apply/Reset for GGUF settings (#4592) 2026-03-25 08:32:38 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py fix(studio): source-build fallback prefers Unsloth's tested tag over upstream latest (#4593) 2026-03-25 07:25:47 -07:00
install_python_stack.py Fix Colab huggingface-hub conflict, ensurepip fallback, bump to 2026.3.14 (#4603) 2026-03-25 09:38:02 -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 Colab Studio launch and setup.ps1 box alignment (#4601) 2026-03-25 09:00:08 -07:00
setup.sh Allow install_python_stack to run on Colab 2026-03-26 14:31:43 +00:00
Unsloth_Studio_Colab.ipynb Add --local flag to setup.sh in Colab notebook 2026-03-26 09:44:34 +00:00