Skip to content
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

Limit to inferior fsspec version #1773

Closed
wants to merge 1 commit into from
Closed

Limit to inferior fsspec version #1773

wants to merge 1 commit into from

Conversation

LysandreJik
Copy link
Member

The newly released fsspec version breaks the implementation in transformers' CI, see the following error:

"/home/circleci/.pyenv/versions/3.8.12/lib/python3.8/site-packages/datasets/builder.py", line 1173, 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.
/home/circleci/transformers/src/transformers/models/beit/modeling_beit.py:737: UnexpectedException

Additionally:
huggingface/datasets#6331

@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Oct 23, 2023

The documentation is not available anymore as the PR was closed or merged.

@Wauplin
Copy link
Contributor

Wauplin commented Oct 23, 2023

Issue is datasets-related and will be fixed directly there. Closing this issue without merging :)

EDIT: fixed in huggingface/datasets#6334.

@Wauplin Wauplin closed this Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants