polygon
polygon
You're welcome, enjoy :)
Hey, thanks for the response. I'm also a bit short on time so before doing some of the refactors, I'd like your opinion if that would be fine: - Refactoring...
@gnac Did you get any further with this? I've also managed to build my own version of onnxruntime and actually got NeuralNote to compile. But right now it segfaults when...
To me, this looks like a case of "static initialization fiasco". In `NeuralNote/Lib/Components/UIDefines.h` there are pointers to fonts declared like so: ``` // Fonts const juce::Typeface::Ptr MONTSERRAT_BOLD = juce::Typeface::createSystemTypefaceFor(BinaryData::MontserratBold_ttf, BinaryData::MontserratBold_ttfSize);...
I don't remember running into this linker issue to be honest. I've uploaded my current state here: https://github.com/polygon/NeuralNote/tree/linux I re-factored the UIDefines.h code into a singleton provider to work around...
I drove this a bit further and opened Pull Requests in both project components: https://github.com/DamRsn/NeuralNote/pull/85 https://github.com/tiborvass/libonnxruntime-neuralnote/pull/2 However, communication quickly died down (or didn't happen), so I assumed that the maintainers...
> hello and thank you for your interest. But I don't understand how to install it on my Mint system.... These instructions are to build the project, distribution for specific...
This repository is a Nix Flake and you don't seem to have Nix Flakes enabled in your system. Please refer to the following Wiki-Page to see how to properly enable...
You may want to raise this issue in the actual upstream repository. This repo is just containing packaging for NixOS distribution: https://github.com/nomic-ai/gpt4all
Does the issue persist? There have been some updates to the URL list that should be included now in the build used in this flake. You can also try updating...