You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the FAQs and existing/past issues
Describe the bug
I ran the following command to download Llama-3.2-3B-Instruct
llama model download --source meta --model-id meta-llama/Llama-3.2-3B-Instruct
After downloading, I see the files ended up in
.llama\checkpoints\Llama3.2-3B-Instruct
Notice that after the word "Llama" there is no dash before the 3.2.
Can this be repaired in some way?
Do all models have this inconsistency?
Minimal reproducible example
llama model download --source meta --model-id meta-llama/Llama-3.2-3B-Instruct
dir C:\Users\rholo\.llama\checkpoints\Llama-3.2-3B-Instruct
Volume in drive C is OS
Volume Serial Number is C0B6-68DC
Directory of C:\Users\rholo\.llama\checkpoints
File Not Found
dir C:\Users\rholo\.llama\checkpoints\Llama3.2-3B-Instruct
Volume in drive C is OS
Volume Serial Number is C0B6-68DC
Directory of C:\Users\rholo\.llama\checkpoints\Llama3.2-3B-Instruct
02/20/2025 12:43 PM <DIR> .
02/20/2025 12:43 PM <DIR> ..
02/20/2025 12:43 PM 209 checklist.chk
02/20/2025 12:44 PM 6,425,585,114 consolidated.00.pth
02/20/2025 12:43 PM 220 params.json
02/20/2025 12:43 PM 2,183,982 tokenizer.model
Runtime Environment
Model: Llama-3.2-3B-Instruct
Using via huggingface?: No
OS: Windows 11
GPU VRAM: 2GB
Number of GPUs: 1
GPU Make: Nvidia
Additional context
Add any other context about the problem or environment here.
The text was updated successfully, but these errors were encountered:
Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the FAQs and existing/past issues
Describe the bug
I ran the following command to download Llama-3.2-3B-Instruct
llama model download --source meta --model-id meta-llama/Llama-3.2-3B-Instruct
After downloading, I see the files ended up in
.llama\checkpoints\Llama3.2-3B-Instruct
Notice that after the word "Llama" there is no dash before the 3.2.
Can this be repaired in some way?
Do all models have this inconsistency?
Minimal reproducible example
Runtime Environment
Additional context
Add any other context about the problem or environment here.
The text was updated successfully, but these errors were encountered: