You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and a new overloaded function at providers and session
All the config will be hardcoded for specific model and not as argument while starting sherpa,
But if you have any better suggestions let me know
The text was updated successfully, but these errors were encountered:
manickavela29
changed the title
[Feature] Handling onnxrt execution provider config for several models flexibly
[Feature] Handling onnxrt execution provider config for various models
Jul 9, 2024
Hi @csukuangfj,
With #992, config for backends are handled as arguments and it is done.
But there is an additional issue with arguments and models, as the suggested configs are not specific to models
In the case of zipformer,
Solution :
for zipformer case,
Adding encoder_config, decoder_config and joiner_config
sherpa-onnx/sherpa-onnx/csrc/online-transducer-model-config.h
Lines 14 to 17 in 3e4307e
and a new overloaded function at providers and session
All the config will be hardcoded for specific model and not as argument while starting sherpa,
But if you have any better suggestions let me know
The text was updated successfully, but these errors were encountered: