Skip to content
Merged

detail #1881

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hub/storage-backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Like Git LFS, a Xet-backed repository utilizes S3 as the remote storage with a `
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/gitattributes-dark.png"/>
</div>

Meanwhile, a Git LFS pointer file provide metadata to locate the actual file contents in remote storage:
A Git LFS pointer file provides metadata to locate the actual file contents in remote storage:

- **SHA256**: Provides a unique identifier for the actual large file. This identifier is generated by computing the SHA-256 hash of the file’s contents.
- **Pointer size**: The size of the pointer file stored in the Git repository.
Expand Down