Hi, On 2026-08-08 10:05, Sebastian Ramacher wrote: > On 2026-08-08 09:17:47 +0200, Christian Kastner wrote: >> Hi, >> >> Can someone help me understand why src:ggml is blocked by >> >> "Implicit dependency: ggml ggml-cuda" > libggml0-backend-cuda/forky depends on libggml0 (>= 0.18.0-1) and > libggml0 (< 0.18.0-2~). So migrating ggml 1.18.1-1 would make > libggml0-backend-cuda in forky uninstallable. The dependency is updated > in ggml-cuda in sid. Hence ggml and ggml-cuda need to migrate together. > This is indicated by "Implicit dependency: ggml ggml-cuda" Now I get it -- thanks!
So ggml-cuda will always delay ggml's migration, because ggml-cuda's autopkgtest needs an NVIDIA GPU to run, and so the tests exit 77 (skip) on ci.debian.net. I'll put some thought into this and see if I cannot find a workaround. Best, Christian

