Marcus719 commited on
Commit
73c98fc
Β·
verified Β·
1 Parent(s): c380681

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-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
 
13
 
14
  # ---------- Configuration Area ----------
15
  # β˜…β˜…β˜… Please change this to your model repository β˜…β˜…β˜…
16
+ MODEL_REPO = "Marcus719/Llama-3.2-3B-changedata-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