-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list_inference_endpoints fails with Date parsing error #2671
Comments
Hi @james-deee, This isn't a bug in |
Thanks for pinging @hanouticelina Let me try to reproduce this behavior locally 👍 |
This is still happening with API calls today. data_string = '2024-11-16T00:27:02Z', format = '%Y-%m-%dT%H:%M:%S.%fZ' |
Hi @rogthefrog, we're taking a look at this bug internally and we will get back to you as soon as we have a fix! sorry you're experiencing this issue |
Hi @james-deee and @rogthefrog, we've just released a patch which fixes the timestamp parsing issue you encountered. You can update with: pip install huggingface_hub==0.26.3 Sorry again for the trouble this caused! |
Describe the bug
Pretty simple, the
list_inference_endpoints
is completely broken. It fails with some parse date error, see stacktrace.Reproduction
list_inference_endpoints(namespace=NAMESPACE, token=HF_API_KEY)
Logs
System info
The text was updated successfully, but these errors were encountered: