Matteo Venditto
Matteo Venditto
### Feature request It would be nice to have C# bindings for gpt4all. ### Motivation Having the possibility to access gpt4all from C# will enable seamless integration with existing .NET...
## Describe your changes - Reuse context between text completion requests. Fixes the BOS error for Hermes and similar. - Closes #996 - Addresses https://github.com/nomic-ai/gpt4all/issues/649#issuecomment-1572128068 - Fix a crash when...
**V version:** V 0.2.4 1b691e7.5ab91dd **OS:** linux, Ubuntu 21.10 (VM) maybe an edge case, but comptime calls seems to behave wrong if nested inside anon funcs. **What did you do?**...
I'm trying to build from the latest `main` to later integrate the vulkan backend changes to the C# binding but I'm experiencing a weird problem. The build is successful but...
### Zig Version 0.13.0 ### Steps to Reproduce and Observed Behavior Calling the function pointer directly from the `packed struct` in the example causes a segmentation fault. Is this an...