Delete fixtures_image_utils.py
#1
by
lhoestq
HF Staff
- opened
This change will be needed for the next release of datasets,
Indeed in the next release of datasets since we don't rely on dataset scripts anymore when possible
For this datasets for example, we use the Parquet Export (which has a "file" column that is useless since it doesn't correspond to local files)
I opened https://github.com/huggingface/transformers/pull/28080 to already use it in transformers