|
|
|
|
|
by davedx
14 days ago
|
|
I find it super interesting that we're now in an era where we have LLM's that are quantized to binary weights - 1's and 0's. So effectively they're digital neural networks. I assume that in addition to the significant memory savings, this should also lead to much simpler matrix multiplication operations? Could models like these run on CPU's efficiently, or does the geometry of the compute mean GPU's are still a better choice? |
|
Matmul is very well parallelized. More, lower power cores will always pay off handsomely.