Márk Vince Varga commited on
Commit
42b8d88
·
unverified ·
1 Parent(s): 09ec7d7

ESGRTSDRYVGEDDEGRYDEGR

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,8 +144,8 @@ import gradio as gr
144
  from llama_cpp import Llama
145
  from huggingface_hub import hf_hub_download
146
  # 1. CONFIGURATION
147
- REPO_ID = "markvincevarga/mouse"
148
- FILENAME = "Llama-3.2-1B-Instruct_train1_train_2.gguf"
149
 
150
  # 2. DOWNLOAD THE GGUF MODEL
151
  # This downloads the file to a local cache in the container
 
144
  from llama_cpp import Llama
145
  from huggingface_hub import hf_hub_download
146
  # 1. CONFIGURATION
147
+ REPO_ID = "unsloth/Llama-3.2-1B-Instruct-GGUF"
148
+ FILENAME = "Llama-3.2-1B-Instruct-Q4_K_M.gguf"
149
 
150
  # 2. DOWNLOAD THE GGUF MODEL
151
  # This downloads the file to a local cache in the container