↓ 5 callersMethod__init__(
self,
encoder_dim: int = 64,
encoder_rates: List[int] = [2, 4, 8, 8],
latent
boson_multimodal/audio_processing/descriptaudiocodec/dac/model/dac.py:153
↓ 3 callersFunction_prepare_4d_causal_attention_mask_with_cache_position Creates a causal 4D mask of shape `(batch_size, 1, query_length, key_value_length)` from a 2D mask of shape `(batch_size, key_value_length)`,
boson_multimodal/model/higgs_audio/modeling_higgs_audio.py:110