hsuwill000 commited on
Commit
f9e97ac
Β·
verified Β·
1 Parent(s): f7b64a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def run_command(command, cwd=None):
19
 
20
  # Model configuration
21
  #MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
22
- MODEL_ID = "Qwen/Qwen2.5-3B-Instruct"
23
  QUANT = "Q5_K_M"
24
 
25
  def setup_llama_cpp():
 
19
 
20
  # Model configuration
21
  #MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
22
+ MODEL_ID = "open-thoughts/OpenThinker-7B-Unverified"
23
  QUANT = "Q5_K_M"
24
 
25
  def setup_llama_cpp():