-
Notifications
You must be signed in to change notification settings - Fork 409
Open
Description
Hey,
I'm trying to read files from a GitHub LFS Repo (https://github.com/openai/dalle3-eval-samples/tree/main) but only get the pointers to the actual large files (the images in the repo), instead of the binaries.
Is there any way of reading these files from an LFS repo with fsspec?
My current testing code is:
import fsspec
github_repo = fsspec.get_mapper("github://openai:dalle3-eval-samples@main")
for file_name in github_repo:
file = github_repo[file_name]
Metadata
Metadata
Assignees
Labels
No labels