mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
chore: update download error message
Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
parent
b890d7a611
commit
81b3e65897
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ def _hf_download(
|
|||
"You can find your token by visiting https://huggingface.co/settings/tokens"
|
||||
)
|
||||
except RepositoryNotFoundError:
|
||||
parser.error(f"Repository '{repo_id}' not found on the Hugging Face Hub.")
|
||||
parser.error(f"Repository '{repo_id}' not found on the Hugging Face Hub or incorrect Hugging Face token.")
|
||||
except Exception as e:
|
||||
parser.error(e)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue