Size: 88
Comment:
|
Size: 434
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
* https://ollama.com/ * https://ollama.com/search * https://github.com/ollama/ollama |
|
Line 3: | Line 6: |
cd~ | cd ~ |
Line 5: | Line 8: |
# >>> The Ollama API is now available at 127.0.0.1:11434. curl localhost:11434 # Ollama is running ollama run llama3.2:1b ollama show llama3.2:1b ollama list ollama ps ollama serve # start server ollama stop llama3.2:1b ollama rm llama3.2:1b |
ollama
Toggle line numbers
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