unsloth/studio
Roland Tannous 0627af1a3c studio: add --no-deps to base.txt install in Docker paths
The 'Updating base packages' pip_install calls in the elif local_repo and
final else branches resolved base.txt's transitive deps without --no-deps.
On Docker builds with local-version torch (e.g. torch==2.11.0+cu130),
uv treats the +cu130 segment as non-canonical PEP 440 and decides the
installed torch doesn't satisfy a bare 'torch' constraint, then pulls
PyPI's torch==2.10.0 (CPU-only) and uninstalls the cu130 build. This
breaks every CUDA-dependent package downstream.

This branch is named feature/docker-studio-* — torch and every other
CUDA-adjacent package is pre-installed and pinned by the Dockerfile.
There's no need to resolve transitive deps; --upgrade-package already
targets only unsloth + unsloth-zoo as intended.
2026-05-20 21:23:25 +04:00
..
backend fix: derive HF_HUB_CACHE from HF_HOME when set 2026-05-20 21:20:32 +04:00
frontend Studio: expand Connections model picker for local inference server (#5643) 2026-05-20 15:06:06 +04:00
src-tauri studio: regenerate desktop launcher on unsloth studio update (macOS + Linux + Windows) (#5577) 2026-05-19 05:49:10 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py tests/studio: lock in Windows GPU detection fix (#5106) with a synthetic CI test (#5376) 2026-05-18 00:06:01 -07:00
install_python_stack.py studio: add --no-deps to base.txt install in Docker paths 2026-05-20 21:23:25 +04:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
package-lock.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
package.json ci: advisory lockfile supply-chain audit (no install-script changes) (#5604) 2026-05-19 05:56:56 -07:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 split venv_t5 into venv_t5_530 and venv_t5_550 for tiered transformers 5.x support 2026-05-20 21:20:31 +04:00
setup.sh update 2026-05-20 21:20:32 +04:00
Unsloth_Studio_Colab.ipynb studio: add --local to setup.sh + overlay unsloth-zoo from git main (#5252) 2026-05-02 08:51:56 +04:00