Jiří Suchomel
Jiří Suchomel
We also need to make the values configurable during the installation...
We need to find a new way how to fit it into current architecture. The easier part is that we need a representation of a model, and an assignment of...
So with https://github.com/fuseml/fuseml-core/pull/113 , one can list all codesets with `--all` option: ```bash fuseml codeset list --help Retrieve information about Codesets registered in FuseML Usage: fuseml codeset list [-p|--project PROJECT]...
Also related: https://github.com/fuseml/fuseml-core/pull/117
@flaviodsr what about using extra CI action instead?
needs a rebase, I see you still have `PREDICTION_ENGINE="kfserving"` checks here
> Assuming the installer can somehow determine what extensions have been installed ... that's exactly why I want to use extension registry for _all_ extensions, not just ML related
Initial clone of git repository (representing a codeset) could be part of initial `fuseml codeset register` command, with extra `target-directory` argument.
This seems harder to decide than we originally thought, especially because we do not see _yet_ if there is anything like _ top-level parent objects_. The original idea was to...