File Structure Requirements
Importing from Cloud Buckets
Below are the providers that are supported to directly load the model file into Inferless
-
AWS S3
-
Google Cloud Buckets
-
Azure File Storage
Before you upload your custom model, make sure you go through and follow the prerequisites conditions mentioned below.
File structure requirements
The below format should be kept in mind while loading your code to Inferless from cloud providers.
The model file has to be loaded as a ZIP file.
The structure of the model file that is to be loaded is described below based on the framework used.
The model names has to be in the format as given in the example below.
-
PyTorch
PyTorch - File structure
-
TensorFlow
TensorFlow - Structure
-
ONNX
ONNX - File Structure
Once you have made sure the model file structure is in the right format, you can upload the model from your cloud storage to Inferless using the “Import Model” option
- Click here for steps to upload