druvx13 commited on
Commit
0672ed5
·
verified ·
1 Parent(s): 0057689

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/Qwen3-0.6B-Q5_0-GGUF"
8
+ MODEL_FILE = "qwen3-0.6b-q5_0.gguf"
9
  CACHE_DIR = "./model_cache"
10
  MAX_TOKENS = 200
11