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 1547202

Browse filesBrowse files
authored
docs: Fix typo in README.md (abetlen#1444)
1 parent 7f59856 commit 1547202
Copy full SHA for 1547202

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ llm = Llama.from_pretrained(
550550
n_ctx=2048, # n_ctx should be increased to accommodate the image embedding
551551
)
552552

553-
respoonse = llm.create_chat_completion(
553+
response = llm.create_chat_completion(
554554
messages = [
555555
{
556556
"role": "user",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.