Skip to content

Commit f1a2d78

Browse files
authored
Update docs/hub/xet/index.md
1 parent 1aa9b37 commit f1a2d78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/hub/xet/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Repositories on the Hugging Face Hub are different from those on software develo
55
- Large - model or dataset files are in the range of GB and above. We have a few TB-scale files!
66
- Binary - not in a human readable format by default (e.g., [Safetensors](https://huggingface.co/docs/safetensors/en/index) or [Parquet](https://huggingface.co/docs/dataset-viewer/en/parquet#what-is-parquet))
77

8-
Starting in May 2025, new users and organizations are onboarded with Xet storage by default (more than 25% of Hub traffic is already coming from Xet-enabled repos), and existing users can migrate via `hf.co/join/xet`.
9-
108
While the Hub leverages modern version control with the support of Git, these differences make [Model](https://huggingface.co/docs/hub/models) and [Dataset](https://huggingface.co/docs/hub/datasets) repositories quite different from those that contain only source code.
119

1210
Storing these files directly in a pure Git repository is impractical. Not only are the typical storage systems behind Git repositories unsuited for such files, but when you clone a repository, Git retrieves the entire history, including all file revisions. This can be prohibitively large for massive binaries, forcing you to download gigabytes of historic data you may never need.

0 commit comments

Comments
 (0)