Marc Laugharn

Results 6 issues of Marc Laugharn

To use the colab notebooks, I had to remove the version pinning (unsure if really needed?) and also comment out the Harmonic.amp_resample_method line in the produced gin file. Afterwards, it...

Trying to adapt the https://github.com/grate-driver/grate/wiki/Grate-driver instructions from autogen.sh to meson but grate is not listed under the option gallium-drivers

Trying to remove the mesa drivers as they worked poorly on my computer and messed up the graphics drivers. When I run glxinfo I get: ``` > glxinfo name of...

`pysnooper.snoop()` is a decorator that helps automate printf style debugging: example ```python import pysnooper @pysnooper.snoop() def number_to_bits(number): if number: bits = [] while number: number, remainder = divmod(number, 2) bits.insert(0,...

I think this might be the same issue, and if so, should have the same fix: https://github.com/oobabooga/text-generation-webui/issues/2495

installation

It would be very useful if this plugin allowed finetuning a chatgpt model on document embeddings of the files in the current project/codebase. One tool that does this already is...

enhancement