You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, thanks for the work here! I'm trying to use the HEIMHumanEvalScenario class but run into an error after get_instances() is called. Specifically, https://worksheets.codalab.org/rest/bundles/0x502d646c366c4f1d8c4a2ccf163b958f/contents/blob/ returns ERROR 403: Forbidden when using wget to download data during the HEIMHumanEvalScenario.get_instances() call:
Hi folks, thanks for the work here! I'm trying to use the
HEIMHumanEvalScenario
class but run into an error afterget_instances()
is called. Specifically,https://worksheets.codalab.org/rest/bundles/0x502d646c366c4f1d8c4a2ccf163b958f/contents/blob/
returnsERROR 403: Forbidden
when usingwget
to download data during theHEIMHumanEvalScenario.get_instances()
call:helm/src/helm/benchmark/scenarios/vision_language/heim_human_eval_scenario.py
Line 62 in 60a5865
Visiting the URL manually shows a forbidden error specifying that read permissions are needed. Is this intended behavior?
The text was updated successfully, but these errors were encountered: