Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/browsergym_trl_hf_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# "trl[vllm,peft]",
# "trackio",
# "kernels",
# "huggingface_hub @ git+https://github.com/huggingface/huggingface_hub.git@5b643062ac4efa4d940d7d614a4dfc8ccaf910b5",
# "huggingface_hub>=1.22.0",
# "transformers>=5.0.0",
# ]
# ///
Expand Down
2 changes: 1 addition & 1 deletion examples/hf_sandbox_coding_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# /// script
# dependencies = [
# "huggingface_hub @ git+https://github.com/huggingface/huggingface_hub.git@5b643062ac4efa4d940d7d614a4dfc8ccaf910b5",
# "huggingface_hub>=1.22.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified ✅ — I installed the released huggingface_hub==1.22.0 and confirmed from huggingface_hub import SandboxPool resolves, plus Sandbox.proxy_url_for / Sandbox.proxy_headers and SandboxPool.create, which is exactly what HFSandboxProvider uses. This >=1.22.0 floor is correct and sufficient, and it drops the unpinned git-commit install. Same change applies to examples/browsergym_trl_hf_sandbox.py:21.

# ]
# ///

Expand Down
Loading