get rid of namespace and site
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
parent
13aace3d34
commit
0c52b4509b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
### Model name format
|
### Model name format
|
||||||
|
|
||||||
The model name format is `site/namespace/model:tag`. **Site** and **namespace** are optional, but will default to `registry.ollama.ai/library`. You will see this format used in `~/.ollama/models/manifests/`.
|
The model name format today is model:tag`. Some examples are `orca:3b-q4_1` and `llama2:70b`. The tag is optional and if not provided will default to `latest`. The tag is used to identify a specific version.
|
||||||
|
|
||||||
### Durations
|
### Durations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue