= ollama = * https://ollama.com/ * https://ollama.com/search * https://github.com/ollama/ollama {{{#!highlight sh cd ~ curl -fsSL https://ollama.com/install.sh | sh # >>> 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 }}}