8000 fix: typo · CISC/llama-cpp-python@7aaf701 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7aaf701

Browse files
committed
fix: typo
1 parent 0998ea0 commit 7aaf701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,7 @@ def from_pretrained(
21602160

21612161
files = [
21622162
file["name"] if isinstance(file, dict) else file
2163-
for file in hffs.ls(repo_id, recursive=True))
2163+
for file in hffs.ls(repo_id, recursive=True)
21642164
]
21652165

21662166
# split each file into repo_id, subfolder, filename

0 commit comments

Comments
 (0)
0