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
[None][fix] Harden dynamic tree kernels and clean up one-model speculative decoding
Fix OOB read in CUDA tree-walk kernels by bounding the while loop and
guarding against missing parent tokens. Remove duplicate SpeculativeConfig
type alias that shadowed the discriminated union. Replace assert-False
error handling with proper RuntimeError, propagate runtime max_batch_size
from executor creator to one-model worker, and clean up dead code.
Signed-off-by: Qianyi Guan <qguan@nvidia.com>
Signed-off-by: qgai <qgai@nvidia.com>
Copy file name to clipboardExpand all lines: examples/llm-api/quickstart_advanced.py
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@
13
13
"Hello, my name is",
14
14
"The capital of France is",
15
15
"The future of AI is",
16
-
# "A conversation between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: Hello! ASSISTANT:",
0 commit comments