-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.") #6352
Comments
+1
|
+1
|
This error stems from a breaking change in |
thanks , 太好啦,刚好解决了我的问题,GPT都没解决了,终于被你搞定了 |
huggingface/datasets#6352 Signed-off-by: Christopher Schröder <[email protected]>
Fixed by: The fix was released in |
this is fixed in 2.15.0, but broken again in 2.17.0. Can someone verify? |
I'm on |
i update the version but the error still exist |
The issue seems to persist in 2.18.0 |
same problem in 2.18.0 |
Which version of |
|
I was trying to load the wiki dataset, but i got this error
File "/home/aelkordy/.conda/envs/prune_llm/lib/python3.9/site-packages/datasets/load.py", line 1804, in load_dataset
ds = builder_instance.as_dataset(split=split, verification_mode=verification_mode, in_memory=keep_in_memory)
File "/home/aelkordy/.conda/envs/prune_llm/lib/python3.9/site-packages/datasets/builder.py", line 1108, in as_dataset
raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).name} is not supported.")
NotImplementedError: Loading a dataset cached in a LocalFileSystem is not supported.
The text was updated successfully, but these errors were encountered: