use bartowski instead
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ from sql import csv_to_sqlite, run_sql_query
|
|
5 |
|
6 |
# repo_id = "Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF"
|
7 |
# filename = "qwen2.5-coder-1.5b-instruct-q8_0.gguf"
|
8 |
-
repo_id = "
|
9 |
-
filename = "
|
10 |
# repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
|
11 |
# filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
|
12 |
|
|
|
5 |
|
6 |
# repo_id = "Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF"
|
7 |
# filename = "qwen2.5-coder-1.5b-instruct-q8_0.gguf"
|
8 |
+
repo_id = "bartowski/Qwen2.5-Coder-7B-Instruct-GGUF"
|
9 |
+
filename = "Qwen2.5-Coder-7B-Instruct-Q4_K_M.gguf"
|
10 |
# repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
|
11 |
# filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
|
12 |
|