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
Would be worth having a look at it checking if we are not doing something too stupid 😁. First convo was about listing spaces but most likely not specific to this endpoint.
(for the record, listing using token=False is also significantly faster than with auth given that the server doesn't have to handle it)
2 things:
huggingface_hub
induced some significant overhead on top ofrequests
especially when listing Spaceshuggingface_hub
0.19.4 takes significantly less time than 0.20.2 (cc @hysts who discovered and reproduced it in an AWS Lambda).See related slack thread (private).
Would be worth having a look at it checking if we are not doing something too stupid 😁. First convo was about listing spaces but most likely not specific to this endpoint.
(for the record, listing using
token=False
is also significantly faster than with auth given that the server doesn't have to handle it)The text was updated successfully, but these errors were encountered: