-
### Description
We need to refactor the HTTP client integration library to use `HttpClientFactory` instead of directly instantiating `HttpClient`. Using `HttpClientFactory` will help manage the lifec…
-
Currently, `SubclassDetection` benchmark will have `self.group_model` in "cpu" even though the original model is supplied in cuda. This raises and error during the `evaluate` call.
How to best mana…
-
This is a follow on to #5995 to fix any remaining critical issues with the new Configuration Management implementation.
Current issues to address:
1. For units that never submitted a MP, receiving a…
-
Is there any way to manage ports for an IP address? I have an IP where I need to track all the tcp ports getting used on it.
-
This issue focuses on investigate and design how to manage ML model in Gravitino.
-
### Session description
AI models can be executed on the client web platform and can add significant functionality to web applications. However, they can also be quite large, requiring significant …
-
For global state management Belt has gone on with Redux, surveys have shown the popularity of Redux has plateaued for a while with new state management solutions gaining traction.
Zustand with a simi…
-
## Current Situation
Currently there is no clear instructions to when or how to update the Prow cluster (besides a small not in the prow README `Apply the changes and then create a PR with the change…
-
Is it possible to manage the affinity by groups of nodes? and manage by tenant? ( taints, region, zone,...)
-
The current design of the app uses a slightly cumbersome method to handle events and states. Primarily, state changes are propagated via event bubbling which is supported by Svelte. This becomes quick…