NotImplementedError: Loading a streaming dataset cached in a LocalFileSystem is not supported yet. #2

Closed
opened 2024-06-15 10:44:14 +00:00 by gnh1201 · 1 comment
Owner

when try this:

python3 dataset/dataset.py

error:

NotImplementedError: Loading a streaming dataset cached in a LocalFileSystem is not supported yet.
when try this: ```bash python3 dataset/dataset.py ``` error: ``` NotImplementedError: Loading a streaming dataset cached in a LocalFileSystem is not supported yet. ```
Author
Owner
https://stackoverflow.com/questions/77433096/notimplementederror-loading-a-dataset-cached-in-a-localfilesystem-is-not-suppor/77433141#77433141 If you are using fsspec, then do: pip install fsspec==2023.9.2 There is a problem with fsspec==2023.10.0 git link : https://github.com/huggingface/datasets/issues/6330
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gnh1201/Open-Llama#2
No description provided.