You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already inject model dependencies. However, we do not expose a means of accessing, for instance, the model cache or the prediction requests themselves. We should support such dependency injection capabilities for service components such as the model cache, the request/response objects, and perhaps arbitrary shared objects (wrapped in a mutex or accessible via a centralized commander).
The text was updated successfully, but these errors were encountered:
What
We already inject model dependencies. However, we do not expose a means of accessing, for instance, the model cache or the prediction requests themselves. We should support such dependency injection capabilities for service components such as the model cache, the request/response objects, and perhaps arbitrary shared objects (wrapped in a mutex or accessible via a centralized commander).
The text was updated successfully, but these errors were encountered: