Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ from uuid import uuid4
|
|
7 |
|
8 |
# repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
|
9 |
# filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
|
10 |
-
repo_id = "
|
11 |
-
filename = "
|
12 |
|
13 |
|
14 |
llm = load_llm(repo_id, filename)
|
|
|
7 |
|
8 |
# repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
|
9 |
# filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
|
10 |
+
repo_id = "Qwen/Qwen2.5-1.5B-Instruct-GGUF"
|
11 |
+
filename = "qwen2.5-1.5b-instruct-q8_0.gguf"
|
12 |
|
13 |
|
14 |
llm = load_llm(repo_id, filename)
|