Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorrt_llm/_torch/speculative/mtp_dynamic_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def _relocate_kv_eagerly(self, attn_metadata, batch_size):
# Top-level forward #
# ------------------------------------------------------------------ #
@nvtx_range("mtp_dyn.forward")
def forward(
def _forward_impl(
self,
input_ids,
position_ids,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ worker_config:
cache_transceiver_config:
max_tokens_in_buffer: 1024
backend: NIXL
transceiver_runtime: PYTHON
disable_overlap_scheduler: true
num_postprocess_workers: 4
stream_interval: 20
Expand All @@ -91,5 +90,4 @@ worker_config:
cache_transceiver_config:
max_tokens_in_buffer: 1024
backend: NIXL
transceiver_runtime: PYTHON
disable_overlap_scheduler: true
Loading