logoalt Hacker News

lightedmanyesterday at 3:08 PM1 replyview on HN

Anyone want to bet that much like speculative execution, speculative decoding is going to introduce a whole slew of vulnerabilities in the ways LLMs work?


Replies

skirmishyesterday at 10:31 PM

Don't think so because all tokens predicted speculatively are still validated against the main model (which is faster than predicting them from scratch) and only accepted if they match exactly.