Commit 123a3bd
committed
Refactor deep copy logic for generation logits in LlmRequest.
- Adjusted the condition for deep copying generation logits, ensuring only necessary copies are made.
- Updated comments for clarity on the copying process of generation logits and their indices to enhance understanding of the logic.
Signed-off-by: Stefan Niebler <82932102+stnie@users.noreply.github.com>1 parent dbe70c1 commit 123a3bd
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
657 | | - | |
| 657 | + | |
658 | 658 | | |
659 | | - | |
| 659 | + | |
| 660 | + | |
660 | 661 | | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
661 | 667 | | |
662 | 668 | | |
663 | 669 | | |
| |||
0 commit comments