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

Method missing_qkv_modules

tensorrt_llm/lora_manager.py:735–736  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

733
734 @property
735 def missing_qkv_modules(self) -> List[str]:
736 return LoraManager.get_missing_qkv_modules(self.lora_target_modules)
737
738 def load_from_ckpt(
739 self,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected