I am trying to use upload_large_folder() with HfApi to upload some large data to a space however I keep getting an error related to not specifying the sdk when calling create_repo(), which happens under the hood.
Any insight?
I am trying to use upload_large_folder() with HfApi to upload some large data to a space however I keep getting an error related to not specifying the sdk when calling create_repo(), which happens under the hood.
Any insight?
It is optional, but if you don’t specify it, an error will occur. Let’s specify it.
Yes! Could you explain how I could specify it? Thanks for the response!
There doesn’t seem to be a solution. The workaround would be to create_repo first. I’ll raise an issue if not exists.
I raised an issue.