abetlen commited on
Commit
4fe13a9
·
1 Parent(s): e9e80b2
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -83,7 +83,7 @@ def generate(
83
  print(gradio_helpers.get_paths())
84
  model = llama_cpp.Llama(
85
  model_path,
86
- chat_handler=llama_cpp.llama_chat_format.PaligemmaChatHandler(
87
  clip_path
88
  ),
89
  n_ctx=1024,
 
83
  print(gradio_helpers.get_paths())
84
  model = llama_cpp.Llama(
85
  model_path,
86
+ chat_handler=llama_cpp.llama_chat_format.PaliGemmaChatHandler(
87
  clip_path
88
  ),
89
  n_ctx=1024,