mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-11-03 15:37:43 +00:00
bindings: replace references to GGMLv3 models with GGUF (#1547)
This commit is contained in:
@@ -9,7 +9,7 @@ GPT4All software is optimized to run inference of 3-13 billion parameter large l
|
||||
=== "GPT4All Example"
|
||||
``` py
|
||||
from gpt4all import GPT4All
|
||||
model = GPT4All("orca-mini-3b.ggmlv3.q4_0.bin")
|
||||
model = GPT4All("orca-mini-3b-gguf2-q4_0.gguf")
|
||||
output = model.generate("The capital of France is ", max_tokens=3)
|
||||
print(output)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user