Name and Version
b5026 seems to be the last valid
b5028 and above need some review
test project created for that please feel free to test it yourself.
Operating systems
No response
Which llama.cpp modules do you know to be affected?
No response
Command line
Problem description & steps to reproduce
Hello, i am using a wrapper to llama.cpp in Pascal Delphi and i noticed that from b5028 some DLLs are not working as expected i have created a demo project for you to test with Lazarus the project is here
https://github.com/spyrman/Test_llamacpp_dlls
you can compile it yourself or download the executable and try to load the model with various DLLs and see which one will work for you. On my tests this works up to version b5026 while from that version and above it stops working for example it might work with CPU alone but when i try to make it work with the CUDA or the GPUs DLLs it does not seem to work. In other words if i use the n_gpu_layers > 0 please have a look at it.
First Bad Commit
No response
Relevant log output