unsloth/studio/backend/requirements/extras-no-deps.txt
Roland Tannous c34dd5f19a Studio: point OpenEnv dep at huggingface/ org (repo moved)
meta-pytorch/OpenEnv was transferred to huggingface/OpenEnv. The old
URL still works via GitHub's redirect from a clean clone, but uv's git
cache can fail to follow it on some machines — surfacing as a
'could not read Username for github.com' credential prompt mid-install.
Point the requirement at the canonical huggingface/OpenEnv.git (same
HEAD), which also sidesteps any stale cache entry keyed on the old URL.
2026-05-28 20:34:57 +04:00

28 lines
1.1 KiB
Text

# Audio extras (installed with --no-deps --no-cache-dir)
descript-audio-codec
descript-audiotools
julius
torchcodec==0.10.0
snac
# peft 0.19.0 causes export subprocess shutdown issues in Studio;
# installing with --no-deps to avoid pulling in torch>=0.11.0
peft==0.18.1
# TRL and related packages
trl==0.23.1
# OpenEnv moved from meta-pytorch/ to the huggingface/ org; the old URL
# relies on a GitHub redirect that uv's git cache can fail to follow
# (manifests as a credential prompt). Point at the canonical repo.
git+https://github.com/huggingface/OpenEnv.git
# executorch>=1.0.1 # 41.5 MB - no imports in unsloth/zoo/studio
torch-c-dlpack-ext
# Bumped from 5.2.0 to expose the `sentence_transformers.base.modules`
# package that Qwen3-VL-Embedding-2B references in its modules.json
# (still supported as an alternative multimodal RAG embedder; the
# current default is BAAI/BGE-VL-large via our in-process adapter).
# Upper bound at <7 to avoid jumps across a future major rewrite.
sentence_transformers>=5.3.0,<7
transformers==4.57.6
pytorch_tokenizers
kernels==0.12.1