Maoxt commited on
Commit
2b0c96c
·
verified ·
1 Parent(s): b782fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ except Exception as e:
13
 
14
  # ---------- Configuration Area ----------
15
  # ★★★ Please change this to your model repository ★★★
16
- MODEL_REPO = "Marcus719/Llama-3.2-1B-Instruct-Lab2-GGUF"
17
  # Specify to download only the q4_k_m file to prevent running out of disk space
18
  GGUF_FILENAME = "unsloth.Q4_K_M.gguf"
19
  DEFAULT_N_CTX = 2048 # Context length
 
13
 
14
  # ---------- Configuration Area ----------
15
  # ★★★ Please change this to your model repository ★★★
16
+ MODEL_REPO = "Marcus719/Llama-3.2-1B-Compare1-Lab2-GGUF"
17
  # Specify to download only the q4_k_m file to prevent running out of disk space
18
  GGUF_FILENAME = "unsloth.Q4_K_M.gguf"
19
  DEFAULT_N_CTX = 2048 # Context length