mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 11:21:56 +00:00
716 B
716 B
🐛 #438 - Another attempt to fix the illegal memory access bug
| Author | ikawrakow |
|---|---|
| State | ❌ Closed |
| Created | 2025-05-20 |
| Updated | 2025-05-23 |
Description
Attempt to fix #398, #425
My hopes are not very high, but it is better to try.
- More extensive check that we can really also fuse the
ffn_downoperation. The change does nothing for me, but I also never have a crash, so let's try that. - Picked up a few changes from the mainline
llama.cppback-end. None of the changes seems very promising, but let's still try.
Please let me know if this fixes the illegal memory access