Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: fix target_probs docs after uniform_samples removal #935

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

markmc
Copy link
Contributor

@markmc markmc commented Mar 11, 2025

Looks like a typo in #912

-    uniform_samples: torch.Tensor
-        The uniform samples used as needle for sampling, shape ``(batch_size, num_speculate_tokens + 1)``.
+    target_probs: torch.Tensor
         Expected to be uniformly distributed in ``[0, 1)``.
      target_probs: torch.Tensor
         The probability over vocabulary generated by target model.

Copy link
Collaborator

@yzh119 yzh119 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, these text belong to legacy APIs which is no longer required, thank you!

@yzh119 yzh119 merged commit d462a9d into flashinfer-ai:main Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants