logoalt Hacker News

marcelroedyesterday at 8:57 PM1 replyview on HN

Time to first token refers to the time until the model outputs one token, which includes the time to process the entire prompt (doing prefill). The GPU time per token is much lower when doing prefill, so the significance of tokenization is higher.


Replies

dingdingdangyesterday at 10:13 PM

Have you done preliminary numbers on replacing tokenizer on, say, llama-server?

show 2 replies