jlsantiago

Results 45 comments of jlsantiago

@rockofme1 You should use SemanticKernel. - You can find examples of function calling in (SemanticKernel) Here: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Concepts - And you can find examples of Model Context Protocol, here: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Demos It...

@LoicDagnas , Llava was deprecated from llama.cpp. I'm working on Mtmd in this PR: #1261

@sangyuxiaowu I tested this model with the changes in PR: #1261 and It works for me. You should be able to use the models [supported by llama.cpp](https://github.com/ggml-org/llama.cpp/tree/master/tools/mtmd) once we merge...

@AsakusaRinne, sorry I don't see this before. You should not need anything. Are you trying to run from the master or via nuget packages?