fix typo in README.md
This commit is contained in:
parent
7f3a37aed4
commit
aa6714f25c
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ ollama run llama2
|
|||
Hello! How can I help you today?
|
||||
```
|
||||
|
||||
### Creating a model
|
||||
### Creating a custom model
|
||||
|
||||
Create a `Modelfile`:
|
||||
|
||||
|
@ -56,7 +56,7 @@ Ollama includes a library of open-source, pre-trained models. More models are co
|
|||
|
||||
| Model | Parameters | Size | Download |
|
||||
| ----------- | ---------- | ----- | ------------------------- |
|
||||
| Llama2 | 7B | 3.8GB | `ollama pull llama` |
|
||||
| Llama2 | 7B | 3.8GB | `ollama pull llama2` |
|
||||
| Orca Mini | 3B | 1.9GB | `ollama pull orca` |
|
||||
| Vicuna | 7B | 3.8GB | `ollama pull vicuna` |
|
||||
| Nous-Hermes | 13 | 7.3GB | `ollama pull hous-hermes` |
|
||||
|
|
Loading…
Reference in a new issue