MCPcopy
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_dictFunction · 0.45
preloadMethod · 0.45
to_layer_quant_configMethod · 0.45
get_config_groupMethod · 0.45
has_config_groupMethod · 0.45
loadMethod · 0.45
preprocess_weightsFunction · 0.45
loadFunction · 0.45
loadMethod · 0.45
load_weightsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected