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 272e8a2

Browse filesBrowse files
llama_cpp/llama.py
1 parent 9d190ef commit 272e8a2
Copy full SHA for 272e8a2

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
@@ -64,7 +64,7 @@ def __init__(self, model_path: str):
6464
def get_model_path(self) -> str:
6565
return self.model_path
6666

67-
# nltk dataloader. requires nltk to installed
67+
# nltk dataloader. requires nltk to be installed
6868
def nlLoader(nltkData):
6969
nltk_data_dir = Path(nltkData)
7070
nltk.data.path.append(str(nltk_data_dir))

0 commit comments

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