diff --git a/examples/browsergym_trl_hf_sandbox.py b/examples/browsergym_trl_hf_sandbox.py index c009fdfa1..b2e130e94 100644 --- a/examples/browsergym_trl_hf_sandbox.py +++ b/examples/browsergym_trl_hf_sandbox.py @@ -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", # ] # /// diff --git a/examples/hf_sandbox_coding_env.py b/examples/hf_sandbox_coding_env.py index 8b3312a34..067d11ad2 100644 --- a/examples/hf_sandbox_coding_env.py +++ b/examples/hf_sandbox_coding_env.py @@ -9,7 +9,7 @@ # /// script # dependencies = [ -# "huggingface_hub @ git+https://github.com/huggingface/huggingface_hub.git@5b643062ac4efa4d940d7d614a4dfc8ccaf910b5", +# "huggingface_hub>=1.22.0", # ] # ///