jlsantiago
jlsantiago
I think that it could be a good use case to distribute an application to different desktop environments, but it doesn't fit on server environments where you will be using...
@AsakusaRinne The overall idea seems good to me. But I have the following observations: 1. Designing the API based on the Highest APIs seems to be the right idea to...
If this PR intent to allow the developer to build llama.cpp It seems simpler to me dranger003 alternative. Just include the build in the .csproj. It works on Windows and...
@zsogitbe, I don't get the point. 1. We can execute the action to build ALL the binaries on GitHUB. Everybody can see the script and the output integrates directly in...
@dchatel, In my knowledge there is no LlavaAPI to reset images from the context (I could be wrong). Right now the option that I can think about is to create...
I will review if there is a better way to manage this.
ImagePath it's clearing right now automatically at the end of **InferInternal**: ``` _EmbedImagePosition = -1; _imageEmbedHandles.Clear(); ImagePaths.Clear(); ``` I'm trying some options searching for "continuity" adding or changing images during...
@IntptrMax, it’s what I’m working on, I also introduce the capability to add images in the middle of conversation that’s something that is not possible with master code. I expect...
@dchatel , @IntptrMax In this PR #664 I introduce the idea to clear the images and to change the images during conversation.
I will introduce the libraries in the Update Binary artifacts ASAP