Walter Gomez

Results 5 comments of Walter Gomez

I am considering changing the dependency on the waitress

Is it still relevant?

The instructions are going to be updated at #924. In the meantime, I included the relevant part of the draft.

## DRAFT ### Debian 11 ```shell sudo apt update sudo apt dist-upgrade sudo apt install ca-certificates gnupg lsb-release sudo mkdir -p /root/.gnupg sudo chmod -R u+rwX,go= /root/.gnupg sudo mkdir -p...

```shell-session > ollama --version ollama version is 0.1.34 ``` Restarting didn't work for me. After having a look at https://github.com/ollama/ollama/pull/344, I ended with the below command: ```shell sudo rm /usr/share/ollama/.ollama/models/blobs/*-partial*...