llama-stack-mirror/llama_stack/providers/remote/datasetio/huggingface
Charlie Doern 731faa8dbd fix: retry on HF Failure
HF Datasets downloads can fail due to ratelimits, if any of the following:

                FileNotFoundError,
                RepositoryNotFoundError,
                EntryNotFoundError,
                RevisionNotFoundError,
                GatedRepoError,

are raised, retry. These are the exceptions the downloader catches and raises on failures.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-07-18 12:49:13 -04:00
..
__init__.py move hf addapter->remote (#459) 2024-11-14 22:41:19 -05:00
config.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
huggingface.py fix: retry on HF Failure 2025-07-18 12:49:13 -04:00