huggingface / dataset-viewer

Lightweight web API for visualizing and exploring any dataset - computer vision, speech, text, and tabular - stored on the Hugging Face Hub
https://huggingface.co/docs/datasets-server
Apache License 2.0
639 stars 65 forks source link

No cache in smart update #2952

Closed lhoestq closed 1 week ago

lhoestq commented 1 week ago

...since it was causing

smart_update_dataset failed with PermissionError: [Errno 13] Permission denied: '/.cache'

I used the HfFileSystem instead to read the README.md files, since it doesn't use caching