zhifu gao
2024-03-04 790bf549448c92f8a19ae1455ace15ff5d7a2e31
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__()