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

Method get_missing_qkv_modules

tensorrt_llm/lora_manager.py:731–732  ·  view source on GitHub ↗
(lora_target_modules: List[str])

Source from the content-addressed store, hash-verified

729
730 @staticmethod
731 def get_missing_qkv_modules(lora_target_modules: List[str]) -> List[str]:
732 return get_missing_qkv_modules_from_lora_modules(lora_target_modules)
733
734 @property
735 def missing_qkv_modules(self) -> List[str]:

Callers 4

load_torch_hf_loraFunction · 0.80
load_hf_loraFunction · 0.80
missing_qkv_modulesMethod · 0.80
__init__Method · 0.80

Tested by

no test coverage detected