Skip to content

Commit e58e761

Browse files
authored
Added min. version for huggingface_hub (#1654)
* Added min. version for huggingface_hub * min. version >= 0.30
1 parent 2dda5fb commit e58e761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hub/storage-backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Note that our intent is to fast-track PRO users and Enterprise Hub organizations
5151
</Tip>
5252

5353

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):
5555

5656
```bash
5757
pip install -U huggingface_hub[hf_xet]
5858
```
5959

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:
6161

6262
```bash
6363
pip install hf-xet

0 commit comments

Comments
 (0)