Earlier quoted context omitted.
107MB of cPython defeated Go to try for self Step 1 download 2.4GB of CUDA
The size of CUDA really is astonishing. Any chance someone might figure out how to slim that down?
Llm.c – LLM training in simple, pure C/CUDA
21–30 of 189 posts
Re: Llm.c – LLM training in simple, pure C/CUDA
#22Re: Llm.c – LLM training in simple, pure C/CUDA
#23Re: Llm.c – LLM training in simple, pure C/CUDA
#24[flagged]
Re: Llm.c – LLM training in simple, pure C/CUDA
#25[flagged]
Re: Llm.c – LLM training in simple, pure C/CUDA
#26OT but question from someone curious..... is Cuda still entrenched as the only option for doing AI or is there growing support for AMD/Intel/Other ways of doing AI?
Re: Llm.c – LLM training in simple, pure C/CUDA
#27[flagged]
Re: Llm.c – LLM training in simple, pure C/CUDA
#28[flagged]
Rewrite in (safe) Rust, I am sure many will enjoy to compare how it runs.
Re: Llm.c – LLM training in simple, pure C/CUDA
#29Earlier quoted context omitted.
Python has been popular for this because it’s convenient to quickly hack on and experiment with, not because it’s the most efficient thing.
The overhead really isn't that bad is it? Since the the python code is mostly about saying multiply matrix A with matrix B, and then that actual computation is done by optimized low level code.
Re: Llm.c – LLM training in simple, pure C/CUDA
#30Very sad, shouldve used an agnostic framework instead of CUDA
As far as I can tell, its optional dependency is Open MP, not CUDA. Doesn't seem directly dependent on CUDA.
Although I wonder if it would work well with GCC PTX OMP offloading.