Rare find

Speculative Decoding. Makes AI text generation faster by guessing ahead and checking answers in parallel.

github.com/lucidrains/speculative-decoding

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2024
  • restore training script + comments
  • Release —0.2.0
  • address https://github.com/lucidrains/speculative-decoding/issues/3
  • Release —0.1.4
  • address https://github.com/lucidrains/speculative-decoding/issues/3
October 2023
  • cleanup
  • cite medusa, as using the last layer hiddens is exactly what the prop…
  • cite similar paper to early exit
  • fix sampling for num leading start tokens > 1 in prophet scheme
  • Release —0.1.2
  • generalize to any number of leading start tokens for prophet
  • Release —0.1.1
  • the extra norm in projecting to prophet model dimensions hurt for som…
  • clip prophet gradients too
  • research management
  • negative control
  • functional
  • Release —0.1.0
  • complete speculative sampling with prophet net on cached embeddings i…
  • credit assignment
  • facepalm
  • share idea
  • Release —0.0.15
  • fix start token and determining input sequence
  • Release —0.0.14
  • move towards completing what is started
  • Release —0.0.12
  • more fixes
September 2023
  • Release —0.0.11
  • Release —0.0.10