Comment on MicroGPT-C in pure C hits 10M TPS on Apple M5parentComments−elzbardico24dLLMs are an imprecise, more of a marketing term, to define Transformer models based on the self-attention mechanism, trained with massives amounts of data.And this implements a transformer. Actually it is a very cool didactic example.
Comments
LLMs are an imprecise, more of a marketing term, to define Transformer models based on the self-attention mechanism, trained with massives amounts of data.
And this implements a transformer. Actually it is a very cool didactic example.