takosalad

Results 15 comments of takosalad

"For E-paper displays that support partial refresh, please note that you cannot refresh them with the partial refresh mode all the time. After refreshing partially several times, you need to...

EDIT: Disregard this comment, as it worked after I rebooted. I have the same problem (GMC-300E). --device-info gives an empty line. --serial gives "ERROR: device not found or supported" Here...

I have the exact same problem as the OP. I also tried https://github.com/ThomasHabets/gq-gmc-control but it doesn't change anything. GMC-300E. Help please, I need to get the data off this device...

I added the Vulcan II Max device, but it doesn't work: ``` $ sudo roccat-vulcan -v ROCCAT Vulcan for Linux [github.com/duncanthrax/roccat-vulcan] Effect Color Table (change these with -c option) colorIdx...

https://huggingface.co/MaziyarPanahi/WizardLM-2-7B-GGUF/blob/main/WizardLM-2-7B.Q8_0.gguf btw is there a way to compile it for opencl instead of cuda? I only found some python refs when googling for this, but nothing for c. Maybe the...

./llama-cli -m models/WizardLM-2-7B.Q8_0.gguf -t 6 --seed -1 -n -1 --keep -1 --color -i --in-prefix "Human:" --in-suffix "Helper" -f prompts/helper.txt -ngl 255 --interactive-first -c 8192 --temp 0.3 --repeat-penalty 1.1 --top_p 0.8...

Sure. (just a note - I just swapped the graphics card for exactly the same model (2080 ti 22gb) just to make sure this particular card wasn't broken. Got the...

cmake .. -DLLAMA_CUDA=ON -DLLAMA_BLAS_VENDOR=OpenBLAS cmake --build . --config Release

how exactly do I do that? I started with cmake -B build -DLLAMA_CUDA=1 -DLLAMA_DEBUG=1 in the llama.cpp folder and it builds the Makefile but also threw this: CMake Warning: Manually-specified...

ok, I was just confused because of the warning that LLAMA_DEBUG has no effect. make'ing now...