druvx13 commited on
Commit
0c55feb
·
verified ·
1 Parent(s): c0840a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from huggingface_hub import hf_hub_download
4
  import os
5
 
6
  # Model configuration
7
- MODEL_REPO = "druvx13/gpt2-Q4_K_M-GGUF"
8
- MODEL_FILE = "gpt2-q4_k_m.gguf"
9
  CACHE_DIR = "./model_cache"
10
  MAX_TOKENS = 200
11
 
 
4
  import os
5
 
6
  # Model configuration
7
+ MODEL_REPO = "druvx13/gpt2-Q8_0-GGUF"
8
+ MODEL_FILE = "gpt2-q8_0.gguf"
9
  CACHE_DIR = "./model_cache"
10
  MAX_TOKENS = 200
11