Skip to content

Commit 895a797

Browse files
committed
Update docs
1 parent 7f3934c commit 895a797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/model-release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Hugging Face Hub is the go-to platform for sharing machine learning models.
88

99
When uploading models to the hub, it's recommended to follow a set best practices:
1010

11-
- push weights to separate model repositories. Example: prefer uploading individual quants/ precisions in one repo like [this](https://huggingface.co/jameslahm/yolov10n) over all types/ versions in one like [this](https://huggingface.co/kadirnar/Yolov10/tree/main).
11+
- 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).
1212
- adopt the [Mixin class](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) when pushing custom PyTorch models.
1313
- leverage [safetensors](https://huggingface.co/docs/safetensors/en/index) for weights serialization as opposed to pickle.
1414

0 commit comments

Comments
 (0)