Forums

How do I install Ollama?

I'm making a Webapp that requires Ollama to be installed and a model to be running. It is not (too) resource intensive and only generates one token of output, but when I go to install Ollama using the Linux terminal it says this error sh bash: sudo: command not found
Please help!

You don't have root access, so you can't use sudo. Can you install it without sudo?

did you end up figuring out how to get the ollama model working and hosted?