We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
torch==2.5.1
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
llama download --source meta --model-id Llama3.2-3B-Instruct --meta-url META_URL
Download the model successfully
The text was updated successfully, but these errors were encountered:
Improve model download doc (#748)
78727aa
## 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)
Closed by #748
Sorry, something went wrong.
No branches or pull requests
System Info
torch==2.5.1
Information
🐛 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' errorExpected behavior
Download the model successfully
The text was updated successfully, but these errors were encountered: