Spaces:
Running
Running
File size: 264 Bytes
87dc2a3 |
1 2 3 4 5 6 |
#!/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')" |