cloud-server-setup / script /clone_model.sh
seungheondoh
update
9a6e5af
raw
history blame contribute delete
207 Bytes
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}"