seanzhang-zhichen
2024-03-05 9595a9432fadfbdacd4e6897f6b9a83957699558
funasr/models/qwen_audio/model.py
@@ -14,7 +14,7 @@
@tables.register("model_classes", "WhisperWarp")
@tables.register("model_classes", "QwenAudioWarp")
class WhisperWarp(nn.Module):
    def __init__(self, whisper_dims: dict, **kwargs):
        super().__init__()