5 lines
158 B
Bash
5 lines
158 B
Bash
mkdir -p models/qwen2.5-7b
|
|
cd models/qwen2.5-7b
|
|
|
|
curl -L -O https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-GGUF/resolve/main/qwen2.5-7b-instruct-q4_k_m.gguf
|