mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
broaden URL match in download for older model families
This commit is contained in:
parent
2232bfa8b5
commit
270b5502d7
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(
|
meta_url = input(
|
||||||
"Please provide the signed URL you received via email (e.g., https://llama3-1.llamameta.net/*?Policy...): "
|
"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)
|
_meta_download(model, meta_url)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue