Dagriffpatchfan commited on
Commit
b0099e4
·
verified ·
1 Parent(s): bf2a6ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ print("Gradio version:", gradio.__version__)
11
  llm = Llama.from_pretrained(
12
  repo_id="google/gemma-3-1b-it-qat-q4_0-gguf",
13
  filename="gemma-3-1b-it-q4_0.gguf",
14
- n_ctx=32768,
15
  verbose=False # Mute llama.cpp logs
16
  )
17
 
 
11
  llm = Llama.from_pretrained(
12
  repo_id="google/gemma-3-1b-it-qat-q4_0-gguf",
13
  filename="gemma-3-1b-it-q4_0.gguf",
14
+ n_ctx=500,
15
  verbose=False # Mute llama.cpp logs
16
  )
17