5 ms·
i see really cool, where i failed was trying to build my own matrix operations library, it was just too much, but using cuBLAS definitely helps, i'll look into
by AndReics 3mo ago
i see really cool, where i failed was trying to build my own matrix operations library, it was just too much, but using cuBLAS definitely helps, i'll look into the custom kernels you wrote they seem interesting!
did you build the backprop yourself?
it is a really cool project to build and i think you can agree that it teaches you a lot of how LLMS and machine learning in general works.
- vforno 3mo agoAbsolutely yes! With nanoeuler I learned so much by testing every little detail of the project. Every little part you see has been tested and proven several times so that it could be understood and worked.