mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-16 07:53:55 +08:00
[None][chore] Remove outdated comment in model_engine.py (#11240)
Signed-off-by: Harris Nover <249353502+hnover-nv@users.noreply.github.com>
This commit is contained in:
parent
d778b26062
commit
a7494a5ff4
@ -254,7 +254,6 @@ class PyTorchModelEngine(ModelEngine):
|
||||
torch_compile_max_num_streams = self.torch_compile_config.max_num_streams if self.torch_compile_config is not None else TorchCompileConfig.model_fields[
|
||||
'max_num_streams'].default
|
||||
|
||||
# Eagle3 draft model now does not support torch.compile
|
||||
self._torch_compile_enabled = torch_compile_enabled
|
||||
self._torch_compile_piecewise_cuda_graph = torch_compile_piecewise_cuda_graph
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user