Commit 9497afb8 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

Simpler quickstart

parent 5d99629c
......@@ -13,10 +13,7 @@ pip install ollama
```python
import ollama
model_name = "huggingface.co/thebloke/llama-7b-ggml"
model = ollama.pull(model_name)
ollama.load(model)
ollama.generate(model_name, "hi")
ollama.generate("./llama-7b-ggml.bin", "hi")
```
## Reference
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment