"git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "9c343b4f71e4c1e524044926b0cb85c0521e7140"
Commit 9497afb8 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

Simpler quickstart

parent 5d99629c
...@@ -13,10 +13,7 @@ pip install ollama ...@@ -13,10 +13,7 @@ pip install ollama
```python ```python
import ollama import ollama
model_name = "huggingface.co/thebloke/llama-7b-ggml" ollama.generate("./llama-7b-ggml.bin", "hi")
model = ollama.pull(model_name)
ollama.load(model)
ollama.generate(model_name, "hi")
``` ```
## Reference ## 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