-
Notifications
You must be signed in to change notification settings - Fork 839
Enhance repo_type_and_id_from_hf_id of hf_api #3507
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
base: main
Are you sure you want to change the base?
Enhance repo_type_and_id_from_hf_id of hf_api #3507
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
@bot /style |
|
Style bot fixed some files and pushed the changes. |
|
@Wauplin I noticed a large number of build and test failures, which seem to be related to network issues. Could this possibly be connected to my changes? I’d appreciate it if you could take a look, thank you! |
Yes that was due to temporary issues on our staging infra. It is now resolved. Note that there are still a few issues due to this PR. See all the looking into the details, this line is now failing. Could you have a look at it please? |
| "http://localhost:8080/hf/user/id": [None, "user", "id"], | ||
| "http://localhost:8080/hf/datasets/user/id": ["dataset", "user", "id"], | ||
| "http://localhost:8080/hf/models/user/id": ["model", "user", "id"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move those at the end given it's an edge case
Related to issue #3494