logoalt Hacker News

desterothxyesterday at 9:15 PM1 replyview on HN

I think it should, as you dont need to use the encoder layer on the new tokens, you just read the embedding from the cache. that's why cache reads are cheaper


Replies

dwaltripyesterday at 9:38 PM

I meant, it shouldn't affect the resulting LLM output. It's a performance optimization that doesn't change the behavior.