fix some typos (#6209)

Co-authored-by: Brayden Zhong <b8zhong@uwaterloo.ca>
This commit is contained in:
applesaucethebun
2025-05-13 01:42:38 +08:00
committed by GitHub
co-authored by Brayden Zhong
parent 3ee40ff919
commit d738ab52f8
95 changed files with 276 additions and 276 deletions
@@ -42,7 +42,7 @@ class MockModelRunner:
"TokenPool",
(),
{
# A typical max_bs * max_context_len for cuda graph decode
# A typical max_bs * max_context_len for CUDA graph decode
"size": max_batch_size,
# Add req_to_token attribute
"req_to_token": torch.zeros(
@@ -37,7 +37,7 @@ class MockModelRunner:
"TokenPool",
(),
{
# A typical max_bs * max_context_len for cuda graph decode
# A typical max_bs * max_context_len for CUDA graph decode
"size": batch_size,
# Add req_to_token attribute
"req_to_token": torch.zeros(