llama-stack-mirror/llama_stack/providers
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
..
inline chore: add mypy inference parallel utils (#2670) 2025-07-18 12:01:10 +02:00
registry fix: only load mcp when enabled in tool_group (#2621) 2025-07-04 20:27:05 +05:30
remote fix: retry on HF Failure 2025-07-18 12:49:13 -04:00
utils feat: create dynamic model registration for OpenAI and Llama compat remote inference providers (#2745) 2025-07-16 12:49:38 -04:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00