small README.md
tweaks
This commit is contained in:
parent
7e6fd7b457
commit
38284f9fa7
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ ollama.generate("./llama-7b-ggml.bin", "hi")
|
||||||
Load a model for generation
|
Load a model for generation
|
||||||
|
|
||||||
```python
|
```python
|
||||||
ollama.load("model name")
|
ollama.load("model")
|
||||||
```
|
```
|
||||||
|
|
||||||
### `ollama.models()`
|
### `ollama.models()`
|
||||||
|
@ -48,7 +48,7 @@ Serve the ollama http server
|
||||||
|
|
||||||
## Cooming Soon
|
## Cooming Soon
|
||||||
|
|
||||||
### `ollama.pull("model")`
|
### `ollama.pull(model)`
|
||||||
|
|
||||||
Download a model
|
Download a model
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ Download a model
|
||||||
ollama.pull("huggingface.co/thebloke/llama-7b-ggml")
|
ollama.pull("huggingface.co/thebloke/llama-7b-ggml")
|
||||||
```
|
```
|
||||||
|
|
||||||
### `ollama.import("file")`
|
### `ollama.import(filename)`
|
||||||
|
|
||||||
Import a model from a file
|
Import a model from a file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue