8000 docs: update README.md (#1432) · Smartappli/llama-cpp-python@07966b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07966b9

Browse files
author
Ikko Eltociear Ashimine
authored
docs: update README.md (abetlen#1432)
accomodate -> accommodate
1 parent a50d24e commit 07966b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ chat_handler = Llava15ChatHandler(clip_model_path="path/to/llava/mmproj.bin")
516516
llm = Llama(
517517
model_path="./path/to/llava/llama-model.gguf",
518518
chat_handler=chat_handler,
519-
n_ctx=2048, # n_ctx should be increased to accomodate the image embedding
519+
n_ctx=2048, # n_ctx should be increased to accommodate the image embedding
520520
)
521521
llm.create_chat_completion(
522522
messages = [
@@ -547,7 +547,7 @@ llm = Llama.from_pretrained(
547547
repo_id="vikhyatk/moondream2",
548548
filename="*text-model*",
549549
chat_handler=chat_handler,
550-
n_ctx=2048, # n_ctx should be increased to accomodate the image embedding
550+
n_ctx=2048, # n_ctx should be increased to accommodate the image embedding
551551
)
552552

553553
respoonse = llm.create_chat_completion(

0 commit comments

Comments
 (0)
0