Alexey Korepanov

Results 49 comments of Alexey Korepanov

I created a stabilization request for 2.50.2: https://bugs.gentoo.org/930122

version 2.50.2 is stabilized, please merge (if everything else is acceptable)

Added a new version, 2.52.0. No changes to the previous ebuild, please review and merge

> lots of things competing for top of the todo list, but this is getting up there This sounds quite curious. This issue is data corruption, which I would have...

It makes sense, but I'm not sure why that isn't working. FindBLAS is pointing me to /usr/lib64/libblas.so which is installed by lapack, neither blis nor openblas. A slightly modified cmake...

I think I understand this better now. But I'm lost even more. To the best of my current understanding, this issue is a combination of two problems: * if `BLA_PREFER_PKGCONFIG`...

We fixed (or rather worked around) this for gentoo https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8471ec49af94d79ebafca2fb9a0b69e0c4d16518 https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d233181e96f30991c95ac43d5c70c8a4df145b3b Since it turned out that the problem is not with llama.cpp in the first place, but rather with cmake...

Also, the manpage disagrees with bcachefs -h. For example, man has the `bcachefs setattr` command but ``` # bcachefs setattr -h Unknown command setattr ``` UPD: Ah, I found this...

The problem here was that I made a typo `--nocow-enabled` instead of `--nocow_enabled`, but the error message is most confusing