mobinln commited on
Commit
0983911
1 Parent(s): 192ba4d

feat: change to a lighter model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from uuid import uuid4
6
 
7
  # repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
8
  # filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
9
- repo_id = "MaziyarPanahi/Qwen2.5-7B-Instruct-GGUF"
10
- filename = "Qwen2.5-7B-Instruct.Q4_K_S.gguf"
11
 
12
  llm = load_llm(repo_id, filename)
13
 
 
6
 
7
  # repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
8
  # filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
9
+ repo_id = "Qwen/Qwen2.5-3B-Instruct-GGUF"
10
+ filename = "qwen2.5-3b-instruct-q5_k_m.gguf"
11
 
12
  llm = load_llm(repo_id, filename)
13