We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neuro run/submit
The job payload changes were implemented here:https://github.com/neuromation/platform-api/pull/844/files
Also going to patch this part https://github.com/neuromation/platform-api/blob/c45a965f1319a2f798a46d5c2d3e346ceb7792e7/platform_api/api.py#L63 to add an optional "tpu": {"type": "v3-8", "software_version": "1.14"}
"tpu": {"type": "v3-8", "software_version": "1.14"}
neuro submit should expose two new options: --tpu-type and --tpu-sw-version.
--tpu-type
--tpu-sw-version
The text was updated successfully, but these errors were encountered:
closed via #985
Sorry, something went wrong.
shagren
No branches or pull requests
The job payload changes were implemented here:https://github.com/neuromation/platform-api/pull/844/files
Also going to patch this part
https://github.com/neuromation/platform-api/blob/c45a965f1319a2f798a46d5c2d3e346ceb7792e7/platform_api/api.py#L63
to add an optional
"tpu": {"type": "v3-8", "software_version": "1.14"}
neuro submit should expose two new options:
--tpu-type
and--tpu-sw-version
.The text was updated successfully, but these errors were encountered: