mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
Merge remote-tracking branch 'origin/main' into apikeys
This commit is contained in:
commit
948610b6af
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ def run_download_cmd(args: argparse.Namespace, parser: argparse.ArgumentParser):
|
|||
meta_url = input(
|
||||
"Please provide the signed URL you received via email (e.g., https://llama3-1.llamameta.net/*?Policy...): "
|
||||
)
|
||||
assert meta_url is not None and "llama3-1.llamameta.net" in meta_url
|
||||
assert meta_url is not None and "llamameta.net" in meta_url
|
||||
_meta_download(model, meta_url)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue