Skip to content

Commit 607dbc5

Browse files
committed
rebase fix
Signed-off-by: Xuanyu Chen <[email protected]>
1 parent ababe13 commit 607dbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorrt_llm/_torch/pyexecutor/model_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
import tensorrt_llm.bindings.internal.userbuffers as ub
1818
from tensorrt_llm._torch.models.checkpoints.base_checkpoint_loader import \
1919
BaseCheckpointLoader
20+
from tensorrt_llm._torch.pyexecutor.llm_request import LlmRequest
2021
from tensorrt_llm._torch.pyexecutor.sampler import SampleStateTensors
2122
from tensorrt_llm._torch.speculative import (
2223
get_num_extra_kv_tokens, update_spec_config_from_model_config)
23-
from tensorrt_llm._torch.pyexecutor.llm_request import LlmRequest
2424
from tensorrt_llm._torch.speculative.mtp import SampleStateTensorsMTP
2525
from tensorrt_llm._utils import (is_trace_enabled, nvtx_range, release_gc,
2626
torch_dtype_to_str, trace_func)

0 commit comments

Comments
 (0)