| 1 | """ |
| 2 | A multi-model worker that contains multiple sub-works one for each model. This |
| 3 | supports running a list of models on the same machine so that they can |
| 4 | (potentially) share the same background weights. |
nothing calls this directly
no test coverage detected