selflengthen / download_models.sh
Sergidev's picture
Create download_models.sh
e976f4f verified
raw
history blame
226 Bytes
#!/bin/bash
# Create models directory
mkdir -p models
# Download base model (example with Qwen)
git lfs install
git clone https://huggingface.co/Qwen/Qwen2-7B-Instruct models/base_model
# Set permissions
chmod -R 755 models