Issues w/ downloading the model: llama download: error: Model meta-llama/Llama-3.2-3B-Instruct not found

#19
by Minimak88 - opened

I've been following the instructions to download the model here: https://www.llama.com/llama-downloads

The 3rd step tells me to select a model with this instruction: llama model download --source meta --model-id meta-llama/Llama-3.2-3B-Instruct

When I run the instruction with the selected model, I get: llama download: error: Model meta-llama/Llama-3.2-3B-Instruct not found.

I know I need to paste in a custom URL but I can't even get to that point. Does anyone have the same problem?

Minimak88 changed discussion status to closed
Minimak88 changed discussion status to open

run the command prompt: llama model list
the output will be a list of available models , select your preffered model on the left, for instance to download the 3b model run cmd prompt: llama download --source meta --model-id Llama3.2-3B

Sign up or log in to comment