fix: change class name of GLM-ASR (#15772)

This commit is contained in:
Yuxuan Zhang
2025-12-26 00:15:16 +08:00
committed by GitHub
parent 5c243ba588
commit f3ba711662
4 changed files with 14 additions and 14 deletions

View File

@@ -299,7 +299,7 @@ class BaseMultimodalProcessor(ABC):
if audios:
if self._processor.__class__.__name__ in {
"Gemma3nProcessor",
"GlmasrProcessor",
"GlmAsrProcessor",
"Qwen2AudioProcessor",
"Qwen3OmniMoeProcessor",
}: