Erik Scholz
Erik Scholz
Kleiner Einschub: Der `cod_parser_test` _segfaultet_ bei mir, da die `test.cod` nicht im Path ist. Das sollte beim Programmstart getestet werden. Der Segmentation Fault selber passiert in `cod_parser.cpp` Zeile 53, weil...
> How are you getting such good performance? > > I'm running an i7 10750h 32gig ram with ` -m ./models/7B/ggml-model-f16.bin -t 12 -n 128` Try: - less threads. your...
@raghav-deepsource luck is what you need. you need at least ~60gigs of ram for the 65B model. :)
Passing in the "whole" `registry` is not an issue in your case. However I see 2 options for you that can enforce this form of separation. 1. Like @skypjack said,...
the BiquadResonantFilter can do what you want. https://solhsa.com/soloud/biquadfilter.html
I should work. this is not an exact match, but use soloud ontop of PhysFS like so https://github.com/MadeOfJelly/MushMachine/blob/master/framework/sound/src/mm/soloud_filesystem_file_impl.cpp
> I think we should just add [GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html) in the CMakeLists.txt, that way distributors can configure the paths they want to install the files. `cmake --install` will also do `strip`...
update: The cuda toolkit install now nukes the github action runners. they use too much disk space.
> Maybe we can keep just one CUDA version? I think 1 runner does 1 job at a time. So I don't think that would make a difference. Going to...
@SlyEcho btw, I switched to the "networked" installer, which is just setting up an apt repo ... but that works for us. > OK, managed to download everything and even...