-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support cloud storage in load_dataset via fsspec (#5580)
* support cloud storage in load_dataset via fsspec * fsspec get uses tqdm, tries to handle additional protocols, and computes pseudo etag from head response * Update setup.py * add test * Update setup.py Co-authored-by: Alvaro Bartolome <[email protected]> * Update tests/test_file_utils.py Co-authored-by: Quentin Lhoest <[email protected]> * add tmpfs and use to test fsspec in get_from_cache * Update src/datasets/utils/file_utils.py Co-authored-by: Quentin Lhoest <[email protected]> * Update src/datasets/utils/file_utils.py Co-authored-by: Quentin Lhoest <[email protected]> * remove comment --------- Co-authored-by: Alvaro Bartolome <[email protected]> Co-authored-by: Quentin Lhoest <[email protected]>
- Loading branch information
1 parent
e502117
commit 3e62699
Showing
3 changed files
with
98 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters