File size: 159 Bytes
f6771af
 
887ab1c
 
f6771af
1
2
3
4
5
6
from pathlib import Path

MODEL_REPO = "Qwen/Qwen2.5-3B-Instruct-GGUF"
MODEL_FILE = "qwen2.5-3b-instruct-q4_k_m.gguf"
MODEL_PATH = Path("models") / MODEL_FILE