Skip to content

Commit 74db286

Browse files
authored
Update git-xet brew installation instruction (#2017)
Users need to run `git-xet install` after `brew install git-xet`. This instruction is printed out at the end of the `brew install git-xet` step and people may not pay attention to that.
1 parent 08c584c commit 74db286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/hub/xet/using-xet-storage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Install [Git](https://git-scm.com/) and [Git LFS](https://git-lfs.com/).
4444
```
4545
brew tap huggingface/tap
4646
brew install git-xet
47+
git-xet install
4748
```
4849

4950
To verify the installation, run:
@@ -122,4 +123,4 @@ When uploading or downloading in Git or Python:
122123

123124
While Xet brings fine-grained deduplication and enhanced performance to Git-based storage, some features and platform compatibilities are still in development. As a result, keep the following constraints in mind when working with a Xet-enabled repository:
124125

125-
- **64-bit systems only**: Both `hf_xet` and Git Xet currently require a 64-bit architecture; 32-bit systems are not supported.
126+
- **64-bit systems only**: Both `hf_xet` and Git Xet currently require a 64-bit architecture; 32-bit systems are not supported.

0 commit comments

Comments
 (0)