Open thesuperzapper opened 5 months ago
Thanks for creating this @thesuperzapper .
kubeflow-katib
should be unblocked now since @tenzen-y updated the protobuf version in this PR: https://github.com/kubeflow/katib/pull/2358
The latest version is kubeflow-katib==0.17.0rc1
Also, we might want to include kubeflow-training
SDK to the Kubeflow Notebooks as well: https://pypi.org/project/kubeflow-training/
/transfer notebooks
@thesuperzapper: The label(s) kind/feature
cannot be applied, because the repository doesn't have them.
/kind feature
Currently we don't include the
kubeflow-katib
andkserve
pip packages in the default notebooks. However, we do include thekfp
package in the-full
suffixed images, for examplejupyter-pytorch-cuda-full
.Currently we are blocked by the following upstream issues because
kfp
has conflicting version dependencies with these packages:kubeflow-katib
: https://github.com/kubeflow/katib/issues/2346kserve
: https://github.com/kserve/kserve/issues/3730