Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/TensorRT-LLM
/ keys
Method
keys
tensorrt_llm/models/modeling_utils.py:62–63 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
60
61
@classmethod
62
def
keys(cls):
63
return
{f.name
for
f in dataclasses.fields(cls)}
64
65
66
@dataclasses.dataclass(kw_only=True, frozen=True)
Callers
15
__init__
Method · 0.45
load_state_dict
Function · 0.45
preload
Method · 0.45
to_layer_quant_config
Method · 0.45
get_config_group
Method · 0.45
has_config_group
Method · 0.45
load
Method · 0.45
preprocess_weights
Function · 0.45
load_weights_from_hf_model
Function · 0.45
load
Function · 0.45
load
Method · 0.45
load_weights
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected