Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 787 Bytes

V1alpha2ONNXSpec.md

File metadata and controls

13 lines (9 loc) · 787 Bytes

V1alpha2ONNXSpec

ONNXSpec defines arguments for configuring ONNX model serving.

Properties

Name Type Description Notes
resources V1ResourceRequirements Defaults to requests and limits of 1CPU, 2Gb MEM. [optional]
runtime_version str ONNXRuntime docker image versions, default version can be set in the inferenceservice configmap [optional]
storage_uri str The URI of the exported onnx model(model.onnx)

[Back to Model list] [Back to API list] [Back to README]