bleugreen
bleugreen
So far on my macbook / external monitor I'm getting scale factors of either 1 or 2. My current solution is to have default and retina themes with scaled values,...
You can load GPTQ models using [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ), which uses Exllama v2 by default (if installed). ``` modelpath = "TheBloke/vicuna-7B-v0-GPTQ" lmql.model(modelpath, tokenizer=modelpath, loader="auto-gptq", disable_exllamav2=False, use_safetensors=True inject_fused_attention=False, inject_fused_mlp=False ) ``` After some...
Interesting findings! If I had to guess, I suspect you've found a genre / drum pattern that was underrepresented in the original training set (only a few thousand public domain...