ASRBench / asrbench

Extensible, easy to use Python framework for evaluation of audio transcription systems
MIT License
0 stars 0 forks source link

Delay model loading #6

Closed lchiquitto closed 2 weeks ago

lchiquitto commented 1 month ago

We're loading models from all configured providers at startup, using all GPU memory available.

Loading the model should be delayed to just before the provider run, not in the provider's init() method.

Each provider should probably implement load_model() and unload_model().

BDu4rTe commented 2 weeks ago

Implement methods in commit