abetlen commited on
Commit
b3ab4c2
1 Parent(s): 87ac22d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ chat_handler = PaliGemmaChatHandler.from_pretrained(
23
 
24
  llm = Llama.from_pretrained(
25
  repo_id="abetlen/paligemma-3b-mix-224-gguf",
26
- filename="*text-model*",
27
  chat_handler=chat_handler,
28
  n_ctx=2048, # n_ctx should be increased to accommodate the image embedding
29
  n_ubatch=512, # must be large enough to fit image embeddings and text input in a single batch
 
23
 
24
  llm = Llama.from_pretrained(
25
  repo_id="abetlen/paligemma-3b-mix-224-gguf",
26
+ filename="*text-model-q4_k_m.gguf",
27
  chat_handler=chat_handler,
28
  n_ctx=2048, # n_ctx should be increased to accommodate the image embedding
29
  n_ubatch=512, # must be large enough to fit image embeddings and text input in a single batch