Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07966b9

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.