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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_download
9
  # ----------------------------
10
  model_path = hf_hub_download(
11
  repo_id="QuantFactory/gpt2-GGUF",
12
- filename="gpt2.Q2_K.gguf"
13
  )
14
 
15
  llm = Llama(
 
9
  # ----------------------------
10
  model_path = hf_hub_download(
11
  repo_id="QuantFactory/gpt2-GGUF",
12
+ filename="gpt2.Q8_0.gguf"
13
  )
14
 
15
  llm = Llama(