It could be useful to have a way to temporarily suppress model prewarming if you want to take several actions (change slimmable size, set maximum buffer size, etc.) that would each individually prewarm the model.
Ideally, this would be possible to do before calling get_dsp(), but the model doesn't yet exist. Making it static would allow this, but might be undesirable.
It could be useful to have a way to temporarily suppress model prewarming if you want to take several actions (change slimmable size, set maximum buffer size, etc.) that would each individually prewarm the model.
Ideally, this would be possible to do before calling get_dsp(), but the model doesn't yet exist. Making it static would allow this, but might be undesirable.