feat: change to a lighter model
Browse files
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 = "
|
10 |
-
filename = "
|
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 |
|