vilarin commited on
Commit
05f20bb
·
verified ·
1 Parent(s): d2491bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +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
  )
40
 
41
  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=10000,
40
  )
41
 
42
  def image_to_base64_data_uri(file_path):