xd009642 / streamer-template

Part of series on bidirectional streaming audio APIs
MIT License
7 stars 0 forks source link

Health check changing based on panics? #26

Open xd009642 opened 4 weeks ago

xd009642 commented 4 weeks ago

This might be a nice addition, as with GPU models these type of panics can often appear if VRAM requirement is too low for data since the ML things using GPU do not use fallible allocations so it just panics :upside_down_face: