Comment by marcelroed
8 hours ago
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.
Have you done preliminary numbers on replacing tokenizer on, say, llama-server?
Added numbers here: https://news.ycombinator.com/item?id=49015014
Running the numbers now