Support GigaAM CTC models for Russian ASR (#1464)
See also https://github.com/salute-developers/GigaAM
This commit is contained in:
@@ -66,6 +66,10 @@ class OfflineCtcModel {
|
||||
|
||||
// Return true if the model supports batch size > 1
|
||||
virtual bool SupportBatchProcessing() const { return true; }
|
||||
|
||||
// return true for models from https://github.com/salute-developers/GigaAM
|
||||
// return false otherwise
|
||||
virtual bool IsGigaAM() const { return false; }
|
||||
};
|
||||
|
||||
} // namespace sherpa_onnx
|
||||
|
||||
Reference in New Issue
Block a user