You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Spec Decode] Resolve both ngram methods to the GPU implementation on the V2 runner
On the V2 model runner, method="ngram" and method="ngram_gpu" now both use
NgramGPUSpeculator (via a new SpeculativeConfig.use_ngram() helper); the V1
runner keeps its separate CPU and GPU proposers. Also scope the
torch.compile cache disable to the V1 ngram-gpu proposer: it exists for
V1's @support_torch_compile kernel, while the V2 implementation is pure
Triton and does not need it.
Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: Nick Hill <nickhill123@gmail.com>
0 commit comments