Live data from Hacker News

Run Llama 2 uncensored locally

ollama.ai

1–10 of 225 posts

Re: Run Llama 2 uncensored locally

#8

I have downloaded and run ollama successfully on my Mac in the past, but when I try to run one of these commands, it doesn't work (connection refused). What am I doing wrong?

This is usually because the Ollama server isn't running. To solve it either:

- Start the Ollama app (which will run the Ollama server)

- Open terminal: `ollama serve` to start the server.

We'll fix this in the upcoming release

Re: Run Llama 2 uncensored locally

#9
post #7

Modelfile cool. Just use JSON or YAML, not custom format please! edit: Adapter support would be really cool. Multiple adapter even better i want somebody to make MoE of adapters.

It's modeled after Dockerfiles and is pretty easy to understand due to that. I don't know what advantage a more complex format would bring.
Post reply on HN