File size: 207 Bytes
9a6e5af
 
 
 
 
 
1
2
3
4
5
6
HF_TOKEN="your_token_here"
huggingface-cli login --token $HF_TOKEN
MODEL_ID="meta-llama/Llama-3.2-1B-Instruct"
echo "Downloading ${MODEL_ID}..."
git lfs install
git clone "https://huggingface.co/${MODEL_ID}"