Skip to content

Commit 8a2be3c

Browse files
committed
fix bus
1 parent a85130a commit 8a2be3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastdeploy/spec_decode/mtp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ def _propose(self):
758758
)
759759
if self.use_cudagraph:
760760
model_output = model_output[: self.real_token_num]
761-
print(f"[MTPProposer] model_output: {model_output}")
762761

763762
hidden_states = rebuild_padding(
764763
model_output,

0 commit comments

Comments
 (0)