Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 751 Bytes

hf_file_system.md

File metadata and controls

15 lines (10 loc) · 751 Bytes

Filesystem API

The HfFileSystem class provides a pythonic file interface to the Hugging Face Hub based on fsspec.

HfFileSystem

HfFileSystem is based on fsspec, so it is compatible with most of the APIs that it offers. For more details, check out our guide and fsspec's API Reference.

[[autodoc]] HfFileSystem - init - all