Sachin5112 commited on
Commit
3d7201a
·
verified ·
1 Parent(s): f57c59f

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="bartowski/Qwen2.5-Coder-0.5B-Instruct-abliterated-GGUF",
12
- filename="Qwen2.5-Coder-0.5B-Instruct-abliterated-IQ3_M.gguf"
13
  )
14
 
15
  llm = Llama(
 
8
  # Model
9
  # ----------------------------
10
  model_path = hf_hub_download(
11
+ repo_id="QuantFactory/gpt2-GGUF",
12
+ filename="gpt2.Q2_K.gguf"
13
  )
14
 
15
  llm = Llama(