mobinln commited on
Commit
3c8d9a0
·
1 Parent(s): 8939121

use bartowski instead

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "Qwen/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
 
 
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