@github.awesome: Speculative decoding speeds up a big model: a small draft model guesses the next tokens, the big one verifies them in one pass. But training a good draft model is its own rabbit hole. DeepSpec is DeepSeek's full pipeline for it: prep the target cache, train the draft, then measure acceptance on the benchmarks. It ships three algorithms, including DeepSeek's own DSpark. #github #opensource