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. |
||
|---|---|---|
| .. | ||
| backend | ||
| frontend | ||
| __init__.py | ||
| install_llama_prebuilt.py | ||
| install_python_stack.py | ||
| LICENSE.AGPL-3.0 | ||
| setup.bat | ||
| setup.ps1 | ||
| setup.sh | ||
| Unsloth_Studio_Colab.ipynb | ||