vilarin commited on
Commit
31cd9ae
Β·
verified Β·
1 Parent(s): 05f20bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ llm = Llama.from_pretrained(
36
  repo_id="openbmb/MiniCPM-Llama3-V-2_5-gguf",
37
  filename="ggml-model-Q5_K_M.gguf",
38
  # chat_handler=chat_handler,
39
- n_ctx=10000,
40
  )
41
 
42
  def image_to_base64_data_uri(file_path):
 
36
  repo_id="openbmb/MiniCPM-Llama3-V-2_5-gguf",
37
  filename="ggml-model-Q5_K_M.gguf",
38
  # chat_handler=chat_handler,
39
+ n_ctx=200000,
40
  )
41
 
42
  def image_to_base64_data_uri(file_path):