xpk (Accelerated Processing Kit, pronounced x-p-k,) is a software tool to help Cloud developers to orchestrate training jobs on accelerators such as TPUs and GPUs on GKE.
Apache License 2.0
81
stars
23
forks
source link
Add workload list wait-for-job-completion feature #107
Fixes / Features
workload list --wait-for-job-completion
feature with an optionaltimeout
argumentTesting / Documentation
Example of waiting for a workload to complete and returning workload success status: http://gpaste/5914782120542208
Example of creating a workload and then the timeout is reached when waiting: http://gpaste/4853311286542336
Example of waiting on a non-existant workload: http://gpaste/6213400752816128
Example of waiting for a workload to complete and return workload failure status: http://gpaste/5512593766088704
[ ] Tests pass
[y] Appropriate changes to documentation are included in the PR