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:
parent
cbe4b0866a
commit
c34dd5f19a
1 changed files with 4 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue