Distil whisper models

I need to distil whisper models. I have the python file that do that. It work in my pc, but i want to distil the large models.
I try to do that using the spaces (not free space) but i got the next message:
Launch timed out space was not healthy after 30 min
How to increment the launch time?

1 Like

Maybe this setting?

startup_duration_timeout: string
Set a custom startup duration timeout for your Space. This is the maximum time your Space is allowed to start before it times out and is flagged as unhealthy. Defaults to 30 minutes, but any valid duration (like 1h, 30m) is acceptable.

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.