Sebastián A.
Sebastián A.
> Could you wrap these changes in a PR? I could do that, but I'm unsure whether to create a Solution, or move the project to CMake, because Windows doesn't...
> Here is an updated fork based on initial adjustments done by @etra0 [Visual Studio 2022 - vsproj version](https://github.com/bsiminski/llama.cpp) > > @etra0 kindly ask to merge my pull request and...
I did the initial draft for CMake support which allows this to be built for Windows as well. You can check the PR at https://github.com/ggerganov/llama.cpp/pull/75. If you pull my changes,...
@Zerogoki00 From the looks of it, it seems that you have no C/C++ compiler. Did you make sure selecting C++ development when installing build tools?
@1octopus1 those warnings are 'normal' as-in, it doesn't have to do with your errors. Did you do all the rest of the steps? quantize the model and all? the fixes...
See #22 for the current discussions about it.
ok I did an upsie in that PR, initializing it that way apparently didn't zero'ed out the rest of the fields. I updated the branch, please test it again now!
That's a good catch, I think we should also add to the CI the cmake builds of the other OSes...
I personally think that the CMake run and the Make run should be different, as they're totally different build systems thus if cmake fails doesn't means the project won't build...
The solution is actually using [`ImguiRenderLoop::should_block_messages`](https://github.com/veeenu/hudhook/blob/d8f18f4dd3c0535d459f104527ff705f849b6b54/src/hooks/common.rs#L181) so it's up to the client to re-implement that trait in order to show the cursor. Maybe could be renamed or *actually* add a...