You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/storage-backends.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,13 @@ Note that our intent is to fast-track PRO users and Enterprise Hub organizations
51
51
</Tip>
52
52
53
53
54
-
To access a Xet-aware client, add the `hf_xet` Python package when installing `huggingface_hub`:
54
+
To access a Xet-aware client, add the `hf_xet` Python package when installing `huggingface_hub` (should be >= 0.30.0):
55
55
56
56
```bash
57
57
pip install -U huggingface_hub[hf_xet]
58
58
```
59
59
60
-
If you use the `transformers` or `datasets` libraries, it's already using `huggingface_hub` so you can simply install `hf_xet` in the same env:
60
+
If you use the `transformers` or `datasets` libraries, it's already using `huggingface_hub`(`huggingface_hub` should be >= 0.30.0) so you can simply install `hf_xet` in the same env:
0 commit comments