Skip to content

Commit fadd760

Browse files
committed
Fix TOC and link to xet protocol
1 parent 93aeefd commit fadd760

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

docs/hub/repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In these pages, you will go over the basics of getting started with Git and Xet
1717
- [Getting Started with Repositories](./repositories-getting-started)
1818
- [Settings](./repositories-settings)
1919
- [Storage Limits](./storage-limits)
20-
- [Storage Backend (Xet)](/.xet)
20+
- [Storage Backend (Xet)](./xet/index)
2121
- [Pull Requests & Discussions](./repositories-pull-requests-discussions)
2222
- [Pull Requests advanced usage](./repositories-pull-requests-discussions#pull-requests-advanced-usage)
2323
- [Collections](./collections)

docs/hub/xet/index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@ Storing these files directly in a pure Git repository is impractical. Not only a
1111

1212
Instead, on the Hub, these large files are tracked using "pointer files" and identified through a `.gitattributes` file (both discussed in more detail below), which remain in the Git repository while the actual data is stored in remote storage (like [Amazon S3](https://aws.amazon.com/s3/)). As a result, the repository stays small and typical Git workflows remain efficient.
1313

14-
Historically, Hub repositories have relied on [Git LFS](https://git-lfs.com/) for this mechanism. While Git LFS remains supported (see [Backwards Compatibility & Legacy](./xet/legacy-git-lfs)), the Hub has adopted Xet, a modern custom storage system built specifically for AI/ML development. It enables chunk-level deduplication, smaller uploads, and faster downloads than Git LFS.
14+
Historically, Hub repositories have relied on [Git LFS](https://git-lfs.com/) for this mechanism. While Git LFS remains supported (see [Backwards Compatibility & Legacy](./legacy-git-lfs)), the Hub has adopted Xet, a modern custom storage system built specifically for AI/ML development. It enables chunk-level deduplication, smaller uploads, and faster downloads than Git LFS.
15+
16+
### Open Source Xet Protocol
17+
18+
If you are looking to understand the underlying Xet protocol or are looking to build a new client library to access Xet Storage, check out the [Xet Protocol Specification](https://huggingface.co/docs/xet/index).
1519

1620
In these pages you will get started in using Xet Storage.
1721

1822
## Contents
1923

20-
- [Xet History & Overview](./xet/overview)
21-
- [Using Xet Storage](./xet/using-xet-storage)
22-
- [Deduplication](./xet/deduplication)
23-
- [Backwards Compatibility & Legacy](./xet/legacy-git-lfs)
24-
- [Security](./xet/security)
24+
- [Xet History & Overview](./overview)
25+
- [Using Xet Storage](./using-xet-storage)
26+
- [Deduplication](./deduplication)
27+
- [Backwards Compatibility & Legacy](./legacy-git-lfs)
28+
- [Security](./security)
2529

0 commit comments

Comments
 (0)