From 7c5330413b268ca0023bcc2f62736730cea58d7e Mon Sep 17 00:00:00 2001 From: CrispStrobe <154636388+CrispStrobe@users.noreply.github.com> Date: Tue, 7 May 2024 01:03:21 +0200 Subject: [PATCH] note on naming restrictions (#2625) * 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 --- docs/import.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/import.md b/docs/import.md index a492778f3..7041b74d5 100644 --- a/docs/import.md +++ b/docs/import.md @@ -136,6 +136,8 @@ Next, copy your model to your username's namespace: ollama cp example /example ``` +> Note: model names may only contain lowercase letters, digits, and the characters `.`, `-`, and `_`. + Then push the model: ```