Matteo Venditto

Results 22 comments of Matteo Venditto

I may be wrong, but it's probably related to if/when the model will be supported in [llama.cpp](https://github.com/ggerganov/llama.cpp/issues/1602 Update: Was indeed wrong :)

I should be able to get a thorough look at this in the weekend

> With the breaking changes in the library, the underlying binding would likely not work with the newest commits. The code should still compile, though, and the library loader code...

Cloned from [drasticactions:csharp-update](https://github.com/drasticactions/gpt4all/tree/csharp-update). I got the following errors while trying to build: ![image](https://github.com/nomic-ai/gpt4all/assets/14858640/336eb4bb-8159-4f0d-9279-59329446802b) Is the guard here right? Or there should be a separated group for "Windows" (like the Linux...

> Is there no other way around it? would be nice to allow someone to build on a platform without having do download a lot of stuff related to other...

As it was briefly discussed [here](https://github.com/nomic-ai/gpt4all/pull/650#issuecomment-1558072508), we were thinking of shipping the NuGet package with pre-build binaries packed in (like for example the python bindings). I see those bits are...

> > https://github.com/sandrohanea/whisper.net/blob/main/Whisper.net.Runtime.nuspec https://github.com/sandrohanea/whisper.net/blob/main/Whisper.net.Runtime/Whisper.net.Runtime.targets > > For Whisper.Net, I wrote a NuGet Package and Targets file specifically for the runtime alone. By not tying the runtime to the deployed build,...

As for the CMakeLists change, I'd like someone else to take a look at it. Maybe @imaami could take a look at that file and build scripts

> > Which scripts specifically? I'm not too familiar with cmake. > `build_linux.sh` and the newly added `build_mac.sh` thank you

> status? If the backend cmake changes are ok, ready to merge @drasticactions