Andrey Portnoy

Results 7 comments of Andrey Portnoy

@robotrovsky Thank you for the clarification and thank you for the terrific work! I've been using the touchpad for a couple of days now and it's working great.

@robotrovsky Just wondering, how did you figure out how to build the driver and what the trackpad is sending? Was it through some kind of packet interception?

@robotrovsky Thank you!

A hash can be an arbitrary byte sequence, right? It's not necessarily a valid string. You probably want to print it out byte by byte, using something like: ```c++ printf("hash...

Installing `tileiras` and the compiler libs as follows fixed the issue, thanks! ``` apt install cuda-tileiras-13-1 cuda-compiler-13-1 ```

> for now I haven't introduced it because some initial tests show that Gemma 3 remains coherent even when it "forgets" the local SWA cache Does this mean in the...

FWIW, Gemma 3 worked better for me on main with Q8 cache quantization than on this branch + unquantized kv cache.