huggingface/ratchet

Improve loading the model

Closed this issue · 2 comments

Captura de pantalla 2024-03-05 a les 0 01 34

Loading the large v2 model from DB (so no fetching involved) lasts almost a minute while paralyzing everything else (can't click on anything), maybe blocking the main thread.

If it exists, we should find the way to load the model such that it does not paralyze the page like that.

Thanks for raising this @Huguet57, i'll need to add some benchmarks on loading.

This has changed massively since this issue, closing. Feel free to reopen.