Merged
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. |
Vaibhavs10
approved these changes
Mar 31, 2025
Contributor
Vaibhavs10
left a comment
There was a problem hiding this comment.
Small suggestion to increase the readability of the doc
Co-authored-by: vb <vaibhavs10@gmail.com>
Member
|
let's wait for a @gary149 review before merging as he was quite intentional about what to mention/in which order |
gary149
reviewed
Mar 31, 2025
|
|
||
| When uploading models to the hub, it's recommended to follow a set best practices: | ||
|
|
||
| - push weights to separate model repositories. Example: prefer uploading individual quantizations/precisions in a standalone repo like [this](https://huggingface.co/jameslahm/yolov10n) over all types/versions in one like [this](https://huggingface.co/kadirnar/Yolov10/tree/main). |
Contributor
There was a problem hiding this comment.
It would look better if the list was capitalized and more consistant
Contributor
Author
There was a problem hiding this comment.
Will submit a follow-up PR
Contributor
Author
There was a problem hiding this comment.
Nvm just saw #1660, I assume that resolves it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a link to the uploading models best practices guide to the model release checklist.