Categories:

Social Share

What types of errors can occur during a deployment?

The following can be the type of errors faced during a deployment

Inference source location
Check if the inference source provided is publicly available to download and it contains a requirements.txt file. FAQ - Share model files for deployment

Build Errors
pip will raise an error if the package provided in the requirements.txt file is not available. FAQ - Build Error

Runtime Error
After the deployment is successful, if an error occurs during the inference, check if there are issues with the inference code and model provided.

Check if it is a timeout error: FAQ - Why am I getting inference timeout message?

In case of unknown errors, you can post feedback or request at https://www.cluzters.ai/feedbacks/create