You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
I need to submit GPU jobs to google batch through the python API Describe the solution you'd like
Make the InstancePolicy.accelerators option work Describe alternatives you've considered
Not sure, I'd be open to suggestions
I also looked at the RPC API and they are also not supported there.
Is there some sort of workaround to get it to work or do I have to give up on using the python API and switch to yaml files and the gcloud CLI tool (I'd prefer to avoid that since I'm writing a python library)?