Sachin5112 commited on
Commit
0a74a56
Β·
verified Β·
1 Parent(s): 8d63cc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ import uvicorn
12
  # Model
13
  # ----------------------------
14
  model_path = hf_hub_download(
15
- repo_id="bartowski/Qwen2.5-Coder-0.5B-Instruct-abliterated-GGUF",
16
- filename="Qwen2.5-Coder-0.5B-Instruct-abliterated-f16.gguf"
17
  )
18
 
19
  llm = Llama(
 
12
  # Model
13
  # ----------------------------
14
  model_path = hf_hub_download(
15
+ repo_id="khazarai/Qwen3-4B-Qwen3.6-plus-Reasoning-Distilled-GGUF",
16
+ filename="Qwen3-4B-Thinking-2507.Q4_1.gguf"
17
  )
18
 
19
  llm = Llama(