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 2f9b649

Browse filesBrowse files
committed
Style fix
1 parent 6cf5876 commit 2f9b649
Copy full SHA for 2f9b649

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

‎llama_cpp/llama.py

Copy file name to clipboardExpand all lines: llama_cpp/llama.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def _create_completion(
330330
repeat_penalty: float = 1.1,
331331
top_k: int = 40,
332332
stream: bool = False,
333-
) -> Union[Iterator[Completion], Iterator[CompletionChunk],]:
333+
) -> Union[Iterator[Completion], Iterator[CompletionChunk]]:
334334
assert self.ctx is not None
335335
completion_id = f"cmpl-{str(uuid.uuid4())}"
336336
created = int(time.time())

0 commit comments

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