#!/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