Stefan Nica

Results 55 issues of Stefan Nica

Enable password authentication for the internal redis service. Signed-off-by: Stefan Nica

backlog
kind/requirement

### 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...

bug

* 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

Epic

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...

bug
area/installer
area/extension

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...

feature
area/core

To make it easier for contributors to join the community and make changes.

area/docs

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...

enhancement
area/extension

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...

enhancement
area/core

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...

feature
area/core
area/cli

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...

enhancement
area/cli