Size: 330
Comment:
|
Size: 434
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
cd~ | cd ~ |
Line 8: | Line 8: |
# >>> The Ollama API is now available at 127.0.0.1:11434. curl localhost:11434 # Ollama is running |
ollama
1 cd ~
2 curl -fsSL https://ollama.com/install.sh | sh
3 # >>> The Ollama API is now available at 127.0.0.1:11434.
4 curl localhost:11434
5 # Ollama is running
6 ollama run llama3.2:1b
7 ollama show llama3.2:1b
8 ollama list
9 ollama ps
10 ollama serve # start server
11 ollama stop llama3.2:1b
12 ollama rm llama3.2:1b