Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to download model from Meta #746

Closed
2 tasks
SLR722 opened this issue Jan 11, 2025 · 1 comment
Closed
2 tasks

Unable to download model from Meta #746

SLR722 opened this issue Jan 11, 2025 · 1 comment

Comments

@SLR722
Copy link
Contributor

SLR722 commented Jan 11, 2025

System Info

torch==2.5.1

Information

  • The official example scripts
  • My own modified scripts

🐛 Describe the bug

use llama download --source meta --model-id Llama3.2-3B-Instruct --meta-url META_URL described here https://llama-stack.readthedocs.io/en/latest/references/llama_cli_reference/index.html#downloading-from-meta to download the model and get the META_URL from https://www.llama.com/llama-downloads/, it throws 'Error getting file info: Client error '403 Forbidden' for url' error

Expected behavior

Download the model successfully

raghotham pushed a commit that referenced this issue Jan 13, 2025
## context
The documentation around model download from meta source part
https://llama-stack.readthedocs.io/en/latest/references/llama_cli_reference/index.html#downloading-from-meta
confused me and another colleague because we met
[issue](#746) during
downloading.

After some debugging, I found that we need to quote META_URL in the
command. To avoid other users have the same confusion, I updated the doc
tor make it more clear

## test 

before 
![Screenshot 2025-01-12 at 11 48
37 PM](https://github.com/user-attachments/assets/960a8793-4d32-44b0-a099-6214be7921b6)

after
![Screenshot 2025-01-12 at 11 40
02 PM](https://github.com/user-attachments/assets/8dfe5e36-bdba-47ef-a251-ec337d12e2be)
@yanxi0830
Copy link
Contributor

Closed by #748

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants