Skip to main content

Custom Models

A Custom model is a user-defined model artifact. As such, there are no expected formats or conventions to follow when uploading them to Chariot. The only requirement is that it be a .zip file or a .tar.gz file. However, you will need to make sure there is a corresponding custom inference engine that can interpret your model and run it.

note

The .zip or .tar.gz should contain all files needed to run your model. This might include model weights, any supplementary configuration files, class labels files, etc. Your custom engine will use all of these files to serve the model.