Commit 38284f9f authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

small `README.md` tweaks

parent 7e6fd7b4
......@@ -31,7 +31,7 @@ ollama.generate("./llama-7b-ggml.bin", "hi")
Load a model for generation
```python
ollama.load("model name")
ollama.load("model")
```
### `ollama.models()`
......@@ -48,7 +48,7 @@ Serve the ollama http server
## Cooming Soon
### `ollama.pull("model")`
### `ollama.pull(model)`
Download a model
......@@ -56,7 +56,7 @@ Download a model
ollama.pull("huggingface.co/thebloke/llama-7b-ggml")
```
### `ollama.import("file")`
### `ollama.import(filename)`
Import a model from a file
......
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