Fix Repository not creating repo anymore

#48
by Wauplin HF staff - opened
Evaluation on the Hub org
โ€ข
edited Jun 27, 2023

Related to https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions/47 (cc @ejschwartz )

With the huggingface_hub version bump, Repository do not accept private as an argument anymore. Repo must be created separately. It should be fine since the repo already exists but I've added a create_repo(..., exists_ok=True) before just in case.

Evaluation on the Hub org
This comment has been hidden
Wauplin changed pull request status to merged

good catch!

Sign up or log in to comment