Merge remote-tracking branch 'origin/main' into apikeys

This commit is contained in:
Ashwin Bharambe 2024-08-21 12:24:41 -07:00
commit 948610b6af

View file

@ -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)