Results 19 comments of Saul

I did a complete reinstall of the server, now I am getting: ``` Listing playbook hosts failed: exec: "ansible-playbook": executable file not found in $PATH ``` So I installed Ansible,...

@fiftin Thanks for your work in resolving this. This problem appears to be resolved but Ansible is still outputting some warnings: ``` SSH: EXEC sftp -b - -vvv -C -o...

I have just figured out my similar (same?) issue - https://github.com/taigaio/taiga-docker/issues/73 My passwords in **docker-compose.yml** had some symbols that seemed to cause issues, I removed all symbols and stopped having...

I'm getting the same issue with one of the hosted models: ``` $ ollama pull yarn-llama2:13b-128k-q5_K_M pulling manifest pulling 6768c57cf9ca... 100% ▕████████████████▏ 9.2 GB pulling 1639d5c1f004... 100% ▕████████████████▏ 18 B...

> Blocking until someone has a very clear use-case we can address with this Just thought I'd add that these hooks could be useful in addition to white/blacklists to have...

This issue does not seem to occur on the latest stable release: `0.1.32`

> Hi @saul-jb, I'm not able to reproduce this on the commit you mentioned nor can I reproduce this with latest main. I've just tested this again with `0.1.33-rc7` but...

> can you locate the manifest file on disk? The model directory seems to be located here for some reason: `/usr/share/ollama/.ollama/models` I haven't overridden the settings. ``` $ ls /usr/share/ollama/.ollama/models/manifests/registry.ollama.ai/library/llama3...

The `~/.ollama/models` directory only contains `blobs`.

Are there still plans to refine and migrate the daemon specs to another repository?