Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only compute logits hash if we generated a token
There are rare cases where the prompt is larger than the number of steps so we never actually do a full forward pass. Also exclude hash computation from timing bracket.
- Loading branch information