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 c9ec9c8

Browse filesBrowse files
committed
fix: extra parenthesis
1 parent 25fffe2 commit c9ec9c8
Copy full SHA for c9ec9c8

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
@@ -2165,7 +2165,7 @@ def from_pretrained(
21652165

21662166
files = [
21672167
file["name"] if isinstance(file, dict) else file
2168-
for file in hffs.ls(repo_id, recursive=True))
2168+
for file in hffs.ls(repo_id, recursive=True)
21692169
]
21702170

21712171
# split each file into repo_id, subfolder, filename

0 commit comments

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