Stefan Nica
Stefan Nica
Enable password authentication for the internal redis service. Signed-off-by: Stefan Nica
### Contact Details [Optional] _No response_ ### System Information System details are irrelevant ### What happened? ZenML profiles with a MySQL server as back-end are not functional. E.g. the following...
* Katib * training operators (TFOperator, PyTorch operator, MPI, MXNet) * Kubeflow Pipelines * Google Metadata Store * TFX * Seldon Core: * https://github.com/fuseml/fuseml/issues/237 * https://github.com/fuseml/fuseml/issues/238
When deleting an extension with the FuseML installer (e.g. `fuseml-installer extensions --remove kserve`), the installer gets stuck. This happens because the installer tries to delete the CRDs as part of...
With the current Tekton backend workflow implementation, all steps in a workflow need to be executed on the same kubernetes node. This limitation is enforced by Tekton, because all steps...
To make it easier for contributors to join the community and make changes.
This issue documents additional ideas of integrating OpenVINO and FuseML that were explored during the research done for the OVMS FuseML extensions, but not implemented. 1. Since the OpenVINO DL...
There are some situations in which a workflow run is no longer needed and should be terminated automatically by fuseml. In some of these cases, it's actually preferable that a...
We should give end users more control over the lifecycle of a workflow run, by extending the current set of API/CLI operations regarding workflows and workflow runs to support the...
Depends on: https://github.com/fuseml/fuseml/issues/115 It should be possible to monitor a running workflow via CLI, e.g. by passing an optional `--watch` argument to `fuseml workflow get-run`. Information about each completed workflow...