On 2025-07-04 15:58, M. Zhou wrote: > It seems that gguf-py is not an independent code repository, > but a part of llama.cpp.
Indeed -- I plan to have that built and split out sometime next week. It's a bit more work since the llama.cpp package will need other splits as well, I'd prefer to measure twice and cut once, and save a NEW roundtrip if possible. Best, Christian > In that sense you should try to incorporate the python binary > package to src:llama.cpp and collaborate with Christian (@ckk). > > https://salsa.debian.org/deeplearning-team/llama.cpp/-/tree/master/gguf-py?ref_type=heads > > It might be a little bit complicated to produce both C++ binary > packages and python packages from the same source, but you can > take a look at OpenCV's example: > https://salsa.debian.org/science-team/opencv/-/blob/master/debian/rules?ref_type=heads