mobinln commited on
Commit
46c20fc
·
verified ·
1 Parent(s): 67c0b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from llm import load_llm, response_generator
4
  from sql import csv_to_sqlite, run_sql_query
5
 
6
 
7
- repo_id = "Qwen/Qwen2.5-Coder-1.5B-Instruct-GGUF"
8
- filename = "qwen2.5-coder-1.5b-instruct-q8_0.gguf"
9
  # repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
10
  # filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
11
 
 
4
  from sql import csv_to_sqlite, run_sql_query
5
 
6
 
7
+ repo_id = "bartowski/DeepSeek-R1-Distill-Qwen-7B-GGUF"
8
+ filename = "DeepSeek-R1-Distill-Qwen-7B-Q4_K_M.gguf"
9
  # repo_id = "Qwen/Qwen2.5-0.5B-Instruct-GGUF"
10
  # filename = "qwen2.5-0.5b-instruct-q8_0.gguf"
11