LN.c
product on 1 show · 2 statements across 1 episodes
2 statements about LN.c, every show
Karpathy: llm.c is only about 3,000 lines of code
“It's only maybe like, I think, 3000 lines of code, basically C mostly.”
Karpathy: llm.c avoids tensor abstractions in favor of raw float arrays
“And one thing I'd really like to do in LN.c is I just want to keep things simple. I don't want to create a tensor abstraction. I don't want to create any abstraction, really. It's just float arrays and operations on float arrays.”