Update import.md

This commit is contained in:
Jeffrey Morgan 2024-02-22 02:06:24 -05:00 committed by GitHub
parent 74c1bdba0d
commit 7fab7918cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,10 @@ ollama run example "What is your favourite condiment?"
Publishing models is in early alpha. If you'd like to publish your model to share with others, follow these steps:
1. Create [an account](https://ollama.com/signup)
2. Run `cat ~/.ollama/id_ed25519.pub` (or `type %USERPROFILE%\.ollama\id_ed25519.pub` on Windows) to view your Ollama public key. Copy this to the clipboard.
2. Copy your Ollama public key:
a. macOS: `cat ~/.ollama/id_ed25519.pub`
b. Windows: `type %USERPROFILE%\.ollama\id_ed25519.pub`
c. Linux: `cat /usr/share/ollama/.ollama/id_ed25519.pub`
3. Add your public key to your [Ollama account](https://ollama.com/settings/keys)
Next, copy your model to your username's namespace: