We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
push_to_hub
PIL
Distiset.push_to_hub method requires PIL to be installed as the dependency is used in _get_card method to check if any column is of type image.
Distiset.push_to_hub
_get_card
pip install distilabel
Then run any pipeline to generate a Distiset and use push_to_hub method.
Distiset
PIL to not be required.
The text was updated successfully, but these errors were encountered:
plaguss
Successfully merging a pull request may close this issue.
Describe the bug
Distiset.push_to_hub
method requiresPIL
to be installed as the dependency is used in_get_card
method to check if any column is of type image.To reproduce
Then run any pipeline to generate a
Distiset
and usepush_to_hub
method.Expected behavior
PIL
to not be required.Environment
The text was updated successfully, but these errors were encountered: