So the question becomes, how many other parts of the inference pipeline have left 1000x optimization opportunities lying on the table?
GigaToken: ~1000x faster Language model tokenization
41–50 of 137 posts
Re: GigaToken: ~1000x faster Language model tokenization
#42So the question becomes, how many other parts of the inference pipeline have left 1000x optimization opportunities lying on the table?
Re: GigaToken: ~1000x faster Language model tokenization
#43Re: GigaToken: ~1000x faster Language model tokenization
#44Re: GigaToken: ~1000x faster Language model tokenization
#45engineering effort to make something 1000x faster that accounts for 0.1% of total runtime is the most software developer thing imaginable
Re: GigaToken: ~1000x faster Language model tokenization
#46engineering effort to make something 1000x faster that accounts for 0.1% of total runtime is the most software developer thing imaginable
Re: GigaToken: ~1000x faster Language model tokenization
#47engineering effort to make something 1000x faster that accounts for 0.1% of total runtime is the most software developer thing imaginable
Re: GigaToken: ~1000x faster Language model tokenization
#48This is awesome, but tokenization is typically Presumably there's a host of applications that just need to tokenize, though, and this would be great for those!
I run an AI platform and we need to tokenize fast and early to make a lot of decisions on the subsequent steps (things like routing, rate limiting and such). Its really important to do this efficiently even though its not a large % of total end to end time for the request.
Re: GigaToken: ~1000x faster Language model tokenization
#49Earlier quoted context omitted.
Time to first token, especially for smaller models, can be sharply reduced. Latency can be just as important as overall throughput, especially for inference providers like Groq and Cerebras.
Tokenization is <0.1% of the inference time for the first token in the same way it is <0.1% for the last.
Re: GigaToken: ~1000x faster Language model tokenization
#50When tokenizing terabytes of text for your training corpus, the speedup here is probably doing real work in saving you time (and money?). You get a faster iteration cycle when figuring out and adjusting your datasets.