Closed nginyc closed 5 years ago
Fixes #141
Inference job workers (which make predictions with trained models) can now be configured to use GPUs by passing an optional budget argument to the client.create_inference_job method. Refer to the documentation changes in this PR.
budget
client.create_inference_job
Fixes #141
Inference job workers (which make predictions with trained models) can now be configured to use GPUs by passing an optional
budget
argument to theclient.create_inference_job
method. Refer to the documentation changes in this PR.