File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
tests/unittest/api_stability/references Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
from .llm import LLM
2
2
from .model_config import MoeLoadBalancerConfig
3
- from .models .checkpoints .base_checkpoint_loader import BaseCheckpointLoader
4
3
5
- __all__ = ["LLM" , "MoeLoadBalancerConfig" , "BaseCheckpointLoader" ]
4
+ __all__ = ["LLM" , "MoeLoadBalancerConfig" ]
Original file line number Diff line number Diff line change @@ -1908,7 +1908,7 @@ class TorchLlmArgs(BaseLlmArgs):
1908
1908
default = None ,
1909
1909
description = "The checkpoint loader to use for this LLM instance." ,
1910
1910
json_schema_extra = {
1911
- "type" : "Optional[tensorrt_llm._torch.BaseCheckpointLoader]"
1911
+ "type" : "Optional[tensorrt_llm._torch.models.checkpoints. BaseCheckpointLoader]"
1912
1912
},
1913
1913
)
1914
1914
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ methods:
67
67
annotation : Optional[tensorrt_llm.llmapi.llm_args.CudaGraphConfig]
68
68
default : null
69
69
checkpoint_loader :
70
- annotation : Optional[tensorrt_llm._torch.BaseCheckpointLoader]
70
+ annotation : Optional[tensorrt_llm._torch.models.checkpoints. BaseCheckpointLoader]
71
71
default : null
72
72
checkpoint_format :
73
73
annotation : Optional[str]
You can’t perform that action at this time.
0 commit comments