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.
This commit is contained in:
Roland Tannous 2026-05-28 20:34:57 +04:00
commit c34dd5f19a

View file

@ -11,7 +11,10 @@ peft==0.18.1
# TRL and related packages
trl==0.23.1
git+https://github.com/meta-pytorch/OpenEnv.git
# 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`