transformer_lens.model_bridge.supported_architectures.hunyuan_v1_dense module

HunYuanDenseV1 architecture adapter.

class transformer_lens.model_bridge.supported_architectures.hunyuan_v1_dense.HunYuanDenseV1ArchitectureAdapter(cfg: Any)

Bases: ArchitectureAdapter

Architecture adapter for HunYuanDenseV1 models.

__init__(cfg: Any) None

Initialize the HunYuanDenseV1 architecture adapter.

setup_component_testing(hf_model: Any, bridge_model: Any = None) None

Set up model-specific references for component testing.