Skip to content

Commit d3bf7db

Browse files
authored
Merge pull request abetlen#525 from Isydmr/patch-1
Fix typo in model path
2 parents c7c700b + 0687a30 commit d3bf7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ llm = Llama(model_path="./models/7B/ggml-model.bin", n_ctx=2048)
140140
Llama2 70b must set the `n_gqa` parameter (grouped-query attention factor) to 8 when loading:
141141

142142
```python
143-
llm = Llama(model_path="./models/7B/ggml-model.bin", n_gqa=8)
143+
llm = Llama(model_path="./models/70B/ggml-model.bin", n_gqa=8)
144144
```
145145

146146
## Web Server

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy