llama-stack-mirror/llama_stack/providers/remote/datasetio
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
..
huggingface fix: retry on HF Failure 2025-07-18 12:49:13 -04:00
nvidia fix: allow default empty vars for conditionals (#2570) 2025-07-01 14:42:05 +02:00
__init__.py add missing __init__ 2024-11-25 17:23:27 -08:00