Shutdown and release resources. Workers are ephemeral (created per generate() call), nothing to clean up.
(self)
| 323 | return api.generate_inner(inputs, **kwargs) |
| 324 | |
| 325 | def shutdown(self): |
| 326 | """Shutdown and release resources. |
| 327 | |
| 328 | Workers are ephemeral (created per generate() call), nothing to clean up. |
| 329 | """ |
| 330 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected