Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 884 Bytes

V1alpha2PyTorchSpec.md

File metadata and controls

14 lines (10 loc) · 884 Bytes

V1alpha2PyTorchSpec

PyTorchSpec defines arguments for configuring PyTorch model serving.

Properties

Name Type Description Notes
model_class_name str Defaults PyTorch model class name to 'PyTorchModel' [optional]
resources V1ResourceRequirements Defaults to requests and limits of 1CPU, 2Gb MEM. [optional]
runtime_version str PyTorch KFServer docker image version which defaults to latest release [optional]
storage_uri str The URI of the trained model which contains model.pt

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