Sachin5112 commited on
Commit
717bf55
·
verified ·
1 Parent(s): 53539e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from huggingface_hub import hf_hub_download
8
  # Model
9
  # ----------------------------
10
  model_path = hf_hub_download(
11
- repo_id="QuantFactory/gpt2-GGUF",
12
- filename="gpt2.Q8_0.gguf"
13
  )
14
 
15
  llm = Llama(
 
8
  # Model
9
  # ----------------------------
10
  model_path = hf_hub_download(
11
+ repo_id="bartowski/Qwen2.5-Coder-0.5B-Instruct-abliterated-GGUF",
12
+ filename="qwen2.5-coder-0.5b-instruct-abliterated-q4_k_m.gguf"
13
  )
14
 
15
  llm = Llama(