xiota
xiota
@txtsd Thank you for the info. I'll add one at a time and let you know if I run into any problems.
@jlo62 I'm switching this request to the stable version because maintainer is accessible and responsive.
@dr460nf1r3 Problem with `.` in package name? https://gitlab.com/chaotic-aur/pkgbuilds/-/pipelines/1515413743
@txtsd It's a problem with builder, not packaging. Someone who isn't me (or you) has to look at it.
Not sure that regex is working. See https://gitlab.com/chaotic-aur/pkgbuilds/-/pipelines/1517191414 Does `bash` regex recognize `\w`? This doesn't work in shell. ```bash if [[ "a" =~ ^([\w]+) ]]; then echo true fi ```...
Is there a gitlab instance or open a PR at [github.com/chaotic-cx/chaotic-repository-template](https://github.com/chaotic-cx/chaotic-repository-template) ?
Added interfere (571518779fa3ad6fca467ec3cba0e1e3fe6a9686) to use `libggml-git`. Needed to avoid conflict with `whisper.cpp`. Using custom package because AUR package has some problems, like illegal instruction error. No point adding other variants...
@txtsd The interfere fixes the issues with `llama.cpp` as far as chaotic-aur repo is concerned. 1. Would be best practice to make `llama.cpp` work with baseline x86_64, using the build...
@txtsd I don't have hardware to test all the configurations, but the changes look okay to me. ``llama.cpp` built successfully. I haven't tested with these specific packages, but usually, after...
@txtsd I took a look at `whisper.cpp` (related to libggml dep), and I think static builds would probably be best. If static build cannot be done, could install to alternate...