TinyServal
TinyServal
Can reproduce this with 36.4.7 as well. Would you mind taking another look at this? @jbrasen ``` Jetson UEFI firmware (version 36.4.7-gcid-42132812 built on 2025-09-18T22:10:05+00:00) I/TC: Reserved shared memory is...
For anyone who ran into this and need to recover their Orin series board without wiping the emmc, you can use the flashing script from the BSP directory to reprogram...
A lot of open source projects now build jemalloc with 64k page size by default on aarch64 for this exact reason. Can qdrant do the same for the aarch64 builds?...
I'm happy to run some benchmarks for you if you can point me to some docs on how to do that, but the only somewhat competent aarch64 system I have...
If you have a lot of stuff that would fit into a single 4k page, I'd imagine the memory efficiency might take a hit, and defaulting to 64k is probably...
You need to set `GGML_CUDA_DISABLE_FUSION=1` as an environment variable at runtime, it's not a build time option.
Can reproduce with an Arc A750 with mesa 25.2.4 on 86fde91e62c3f72ab7ed8a540dc1be049b735477, `GGML_VK_DISABLE_F16` also fixed it for me.
You can set up something like this with the status endpoint mentioned above to do health checks in your docker compose file. Modify the query parameters if you have redis...
Fixed by https://github.com/qpdf/qpdf/pull/1458
Excellent, I'll see what I can come up with.