Codex_Prime / scripts /download_llama.sh
dnnsdunca's picture
Create scripts/download_llama.sh
87dc2a3 verified
raw
history blame contribute delete
264 Bytes
#!/bin/bash
# Note: You need to have appropriate permissions to download the LLaMA model
# This script assumes you have the necessary credentials set up
python -c "from huggingface_hub import snapshot_download; snapshot_download('meta-llama/Llama-2-8b-chat-hf')"