Chongyun Lee

Results 336 comments of Chongyun Lee

Your kernel doesn't have `memfd` support, but it is neccessay for PulseAudio to work properly.

I'm afraid that this will not be fixed in the main repository, as memfd should be available on Android 7.x. I've pushed a commit that drops the memfd usage in...

Ahhh.. I deleted these modules by accident. I'll fix it later.

Please download the debs in https://github.com/termux/termux-packages/actions/runs/11416273339 and check if it works. Thanks!

> Both `module-sles-sink.so` and `module-sles-source.so` (in `/data/data/com.termux/files/usr/lib/pulseaudio/modules/` for the 32bit arm version) are missing from the package you provided. The official pulseaudio package has them both. They exist in the...

Yeah, I've tested locally and confirmed that it works for vkcube and vkmark, but it gives a strange FPS. The debs can be downloaded from the workflow linked with https://github.com/termux/termux-packages/tree/dev/sysvk....

You can download the deb files in https://github.com/termux/termux-packages/actions/runs/8245027247. IIRC it doesn't work with `zink`.

ollama doesn't have OpenCL support, see ollama/ollama#4373. Termux's llama.cpp has enabled support for OpenCL IIRC but it doesn't enable the optimization for Adreno...

`libpci` will not work on Termux without root, so this usage needs to be disabled by default.

> `Error in cpuinfo: prctl(PR_SVE_GET_VL) failed` This does not actually affect the functionality of pytorch. `pytorch/cpuinfo` has downgraded it from error to warning in commit https://github.com/pytorch/cpuinfo/commit/f0d67c613e1a859fdc41238ed5848545e8e0e102. > ``` > Traceback...