HillPhelmuth

Results 3 comments of HillPhelmuth

Does this include support for streams created and used only inside a service? The service I'm attempting to run inside a worker uses roslyn to compile code and emit a...

I have a Windows Arm device. The latest llama.cpp releases have two options for Windows arm64: `llama-b3510-bin-win-llvm-arm64.zip` and `llama-b3510-bin-win-msvc-arm64.zip` **`llama-b3510-bin-win-llvm-arm64.zip`**: Build has `llama.dll`, which when loaded using `NativeLibraryConfig.All.WithLibrary` in [Llama.Examples](https://github.com/SciSharp/LLamaSharp/blob/master/LLama.Examples/Program.cs)...

> The current LLamaSharp version (0.15.0) is compatible with llama.cpp [b3479](https://github.com/ggerganov/llama.cpp/releases/tag/b3479). You need to make sure you're using that version if you're loading custom binaries. Good to know, thank you....