-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Error when pushing to the CI hub #5390
Comments
Maybe related to the discussions in #5196 |
Maybe the current version of moonlanding in Hub CI is the issue. I relaunched tests that were working two days ago: now they are failing. huggingface/dataset-viewer@7464144 for example cc @huggingface/moon-landing |
Hi! I don't think this has anything to do with |
OK! Thanks for looking at it. Closing then. |
Describe the bug
Note that it's a special case where the Hub URL is "https://hub-ci.huggingface.co", which does not appear if we do the same on the Hub (https://huggingface.co).
The call to
dataset.push_to_hub(
fails:Steps to reproduce the bug
$ HF_ENDPOINT="https://hub-ci.huggingface.co" python reproduce.py
Expected behavior
No error and the dataset should be uploaded to the Hub with the README file (which generates the error).
Environment info
datasets
version: 2.8.0The text was updated successfully, but these errors were encountered: