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}" |
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}" |