-
Notifications
You must be signed in to change notification settings - Fork 143
Is python sdk still being maintained? #317
Comments
We can use corresponding launchers in pipelines to launch the PyTorchJob. And, the SDK is built for 1.16, I think. |
cc @johnugeorge |
Yeah I liked the extra features in this one, it felt more like something I
could see using from a notebook. but using the common launch_crd from the
TFJob would be nice. Maybe I can refresh the TFJob one with the extra
features this had while I’m at it.
…On Wed, Feb 3, 2021 at 20:39 Ce Gao ***@***.***> wrote:
cc @johnugeorge <https://github.com/johnugeorge>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#317 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALPFPIZN4QYEDGNE5545SMTS5H3FVANCNFSM4XBQ6VSQ>
.
|
I started looking at refreshing this, but I can't reproduce the existing API. I'm following the I've tried doing this both from current |
/cc @jinchihe |
ty! fyi to use the PyTorchJob API (built using swagger) with kubernetes atm (built using the openapi fork or swagger), I've been subclassing like:
And for a pytorch_launcher where I need a dict of the PyTorchJob to pass to k8s API, Also happy to help update these if there's anything I can take off your plate! |
Hi @jinchihe Is there any progress on this? |
I started using the python sdk with the intent of making it into a kubeflow pipelines launcher, but noticed some mismatch between the pytorchjob sdk and kubernetes. Little stuff like:
pytorchjob_client.delete()
callsdelete_namespaced_custom_object()
with too many argumentsAm I doing something wrong? I didn't see anyone reporting these issues. And if the issues are real, is the sdk intentionally deprecated or maybe it just hasn't been brought in line with recent k8s changes?
The text was updated successfully, but these errors were encountered: