Reputation: 11
I want to use models from a private repository, that I have access to, with torch.hub.load, but I get HTTP error 404: not found.
I tried setting $GITHUB_TOKEN env variable, but it didn't help. Is there a way to make this work.
Btw, if I change the repo to public, it works well, but I need it to be private.
Upvotes: 1
Views: 316