mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 03:12:25 +00:00
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>
|
||
|---|---|---|
| .. | ||
| apis | ||
| cli | ||
| distribution | ||
| models | ||
| providers | ||
| strong_typing | ||
| templates | ||
| ui | ||
| __init__.py | ||
| env.py | ||
| log.py | ||
| schema_utils.py | ||