evolcano
evolcano
@WhiteBlackGoose The right column is 0, it is no necessary to suntract. Thanks!
@AsakusaRinne Yes! It works in MAUI of my windows 11! Please add it to LLamaSharp. Thanks you , @lcarrere
I have the same issue, so I cloned this repo, and debug into LLama.Native.NativeApi.TryLoadLibrary().TryLoad(string path, bool supported = true). The reason is LLamaSharp what to load runtimes/win-x64/native/avx512/llama.dll:  But no...
@martindevans Please reopen this issue.
I don't think DataAdapter/DataSet is legacy/obsolete. It's useful to process data without create data model, and it is flex to manipulate any database because you can query and set value...
Thanks @roji . I'm working on a cross-platform application which using different databases, we need transfer data cross these database, and we need transfer on condition and modify data before...