"fair_dev/testing/testing.py" did not exist on "7ee228bf68fe8624da596860949ceb5ebc1b1dfe"
Unverified Commit 7c533041 authored by CrispStrobe's avatar CrispStrobe Committed by GitHub
Browse files

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: default avatarC-4-5-3 <154636388+C-4-5-3@users.noreply.github.com>
Co-authored-by: default avatarJeffrey Morgan <jmorganca@gmail.com>
parent 39d9d22c
......@@ -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:
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment