Spaces:
Running
Submission fails with RepositoryNotFoundError [404] for private model repository
Hi,
I'm trying to make my first submission and I'm a bit confused.
I created my model repo exactly as shown in the submission guide (private=True), uploaded the model weights and script.py, and also tested it on Colab in offline mode. Everything runs fine and generates submission.csv.
But when I submit the repo ID (Santhoshini/iol-solver-v0), it immediately says:
RepositoryNotFoundError [404] {"error":"Repository not found"}
It doesn't even start running the script.
Is this because my repository is private? Or are private repositories supposed to work for submissions?
Just wanted to check if I'm missing something. Thanks!
Hi @Santhoshini ,
you're exactly right, submissions have to be public repositories, so that there is transparency in the participation. Thank you for participating!
Thanks! That solved it. After making the model repository public, the submission worked successfully.