adding link to models directly available on ollama (#366)
- adding link to models directly available on ollama - ability to push your own models to the library will come in the future
This commit is contained in:
parent
5ee6116420
commit
afbc763dac
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ ollama run llama2
|
||||||
|
|
||||||
## Model library
|
## Model library
|
||||||
|
|
||||||
`ollama` includes a library of open-source models:
|
Ollama's open-source models are available on [ollama.ai/library](https://ollama.ai/library "ollama model library")
|
||||||
|
|
||||||
|
Here are some example open-source models that can be downloaded:
|
||||||
|
|
||||||
| Model | Parameters | Size | Download |
|
| Model | Parameters | Size | Download |
|
||||||
| ------------------------ | ---------- | ----- | ------------------------------- |
|
| ------------------------ | ---------- | ----- | ------------------------------- |
|
||||||
|
|
Loading…
Reference in a new issue