ipex-llm
ipex-llm copied to clipboard
[NPU] Add support for loading a FunASR model
Description
1. Why the change?
FunASR model cannot load with transformers backend impl directly.
2. User API changes
model = AutoFunASR(model="path_to_model")
3. Summary of the change
4. How to test?
- [ ] Local Test