DocMAX

Results 144 comments of DocMAX

any idea why i get this? ``` Jelly2:/ # mkdir -p /system/xbin/busybox mkdir: '/system/xbin': No space left on device ```

Is there any similar software? Only found https://github.com/mKenfenheuer/steam-deck-windows-usermode-driver so far.

So in summary whats the best format to use currently?

> I made a PR, but still facing this issue: > > ``` > cannot set memory swappiness with cgroupv2: OCI runtime error > ``` > > Seems that podman...

On arch i installed the pipewire-jack package. But i dont see any jack device in Helvum?!?

OK, but i would like to have an option to have it enable. Just to check if it works.

This is what i get with the new docker image (rocm support). Detects Radeon and then says no GPU detected?!? ![image](https://github.com/ollama/ollama/assets/5351323/f2fc1aae-f8fa-415f-a6ba-fa6e1d3b662f) ![image](https://github.com/ollama/ollama/assets/5351323/3bfaf432-d5a9-4c07-85b3-858614a7f161)

I had a permission issue with lxc/docker. Now: ``` time=2024-02-23T19:27:29.715Z level=INFO source=images.go:710 msg="total blobs: 31" time=2024-02-23T19:27:29.716Z level=INFO source=images.go:717 msg="total unused blobs removed: 0" time=2024-02-23T19:27:29.717Z level=INFO source=routes.go:1019 msg="Listening on [::]:11434 (version...

Why does it work for you?? Still not working here. ``` services: ollama: #image: ollama/ollama:latest image: ollama/ollama:0.1.27-rocm container_name: ollama volumes: - data:/root/.ollama restart: unless-stopped devices: - /dev/dri - /dev/kfd security_opt:...