Skip to content

Commit

Permalink
note on naming restrictions (ollama#2625)
Browse files Browse the repository at this point in the history
* note on naming restrictions

else push would fail with cryptic
retrieving manifest 
Error: file does not exist
==> maybe change that in code too

* Update docs/import.md

---------

Co-authored-by: C-4-5-3 <154636388+C-4-5-3@users.noreply.github.com>
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
  • Loading branch information
3 people authored May 6, 2024
1 parent 39d9d22 commit 7c53304
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ Next, copy your model to your username's namespace:
ollama cp example <your username>/example
```

> Note: model names may only contain lowercase letters, digits, and the characters `.`, `-`, and `_`.
Then push the model:

```
Expand Down

0 comments on commit 7c53304

Please sign in to comment.