MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT-LLM / _get_quant_cfg

Method _get_quant_cfg

tensorrt_llm/models/modeling_utils.py:553–554  ·  view source on GitHub ↗
(self, module_name: str)

Source from the content-addressed store, hash-verified

551 return self.quantization.quant_algo
552
553 def _get_quant_cfg(self, module_name: str):
554 return self.quantization._get_quant_cfg(module_name)
555
556 def set_rank(self, rank: int):
557 self.mapping.rank = rank

Callers

nothing calls this directly

Calls 1

_get_quant_cfgMethod · 0.45

Tested by

no test coverage detected