ipex-llm icon indicating copy to clipboard operation
ipex-llm copied to clipboard

[NPU] Add support for loading a FunASR model

Open sgwhat opened this issue 1 year ago • 0 comments

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

sgwhat avatar Sep 13 '24 01:09 sgwhat