Skip to main content
A Model defines which checkpoints are available for each architecture, along with the tokenizer to use. It is the source of checkpoints for a deployment: checkpoint paths are never declared in a bundle or a deployment, and the operator resolves them from the Model you reference. You author a Model resource when bringing your own checkpoint. Serving a custom checkpoint against an already-supported architecture requires adding a Model resource only, leaving the profile untouched. Model resources use apiVersion: sambanova.ai/v1alpha1.
Compatibility between a checkpoint and a profile is defined by model_arch, but the operator does not verify it. Select a checkpoint whose architecture is compatible with the profile you reference. See Identify available models and profiles.

Structure

The paths to checkpoints hosted by SambaNova will be provided to you by your SambaNova contact. If you have hosted your own checkpoints, you can include those paths in the source fields above.

ModelProfile

The runtime shape a model is paired with

Deploying custom checkpoints

The workflow for registering and serving your own checkpoint