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 68238b7

Browse filesBrowse files
committed
docs: setting n_gqa is no longer required
1 parent 1981782 commit 68238b7
Copy full SHA for 68238b7

File tree

Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@ For instance, if you want to work with larger contexts, you can expand the conte
143143
llm = Llama(model_path="./models/7B/llama-model.gguf", n_ctx=2048)
144144
```
145145

146-
### Loading llama-2 70b
147-
148-
Llama2 70b must set the `n_gqa` parameter (grouped-query attention factor) to 8 when loading:
149-
150-
```python
151-
llm = Llama(model_path="./models/70B/llama-model.gguf", n_gqa=8)
152-
```
153146

154147
## Web Server
155148

0 commit comments

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