You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.
https://ollama.com/
https://ollama.com/search
https://github.com/ollama/ollama
1 cd ~ 2 curl -fsSL https://ollama.com/install.sh | sh 3 ollama run llama3.2:1b 4 ollama show llama3.2:1b 5 ollama list 6 ollama ps 7 ollama serve # start server 8 ollama stop llama3.2:1b 9 ollama rm llama3.2:1b