Skip to content

Commit 0d0641b

Browse files
committed
updating usage notes with pointer to setup instructions
1 parent 6c04a5a commit 0d0641b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,9 @@ To verify the installation, run:
6868

6969
### Using Git Xet
7070

71-
Once installed on your platform, using Git Xet is as simple as following the Hub's standard Git workflows. First, make sure Git LFS is initialized in your local version of the repository:
71+
Once installed on your platform, using Git Xet is as simple as following the Hub's standard Git workflows.
7272

73-
```
74-
git lfs install
75-
```
76-
Then make any additions you might want, commit your changes, and `push` your commit to the Hub:
73+
Make sure all [prerequisites are installed and configured](https://huggingface.co/docs/hub/repositories-getting-started#requirements), follow the [setup instructions for working with repositories on the Hub](https://huggingface.co/docs/hub/repositories-getting-started#set-up), then commit your changes, and `push` to the Hub:
7774

7875
```
7976
# Create any files you like! Then...
@@ -125,4 +122,4 @@ When uploading or downloading in Git or Python:
125122

126123
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:
127124

128-
- **64-bit systems only**: The `hf_xet` client currently requires a 64-bit architecture; 32-bit systems are not supported.
125+
- **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)