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 0cf05dc

Browse filesBrowse files
Updated README
1 parent 845401d commit 0cf05dc
Copy full SHA for 0cf05dc

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,7 @@ llm = Llama(model_path="./models/7B/llama-model.gguf", n_ctx=2048)
654654
To utilise the cross-encoder, you follow the below code instructions:
655655
```python
656656
# Define the location of your nltk data directory
657-
llmx = LlamaX("<PATH TO YOUR NLTK DATA DIRECTORY>")
658-
data_path1 = llama_cpp.nlLoader(nltkData=llmx)
657+
data_path1 = llama_cpp.nlLoader()
659658

660659
# Initialize the sentence-splitter function
661660
paragraphs1 = llama_cpp.sentSplit()

0 commit comments

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