allenai / cached_path

A file utility for accessing both local and remote files through a unified interface.
https://cached-path.readthedocs.io/
Apache License 2.0
35 stars 11 forks source link

Add `get_bytes_range()` function #196

Closed epwalsh closed 12 months ago

epwalsh commented 12 months ago

We use a function like this a lot in the LLM repo so I thought we should add it here.