Skip to main content

Getting Started with Self-Hosting Checkpoints

Here is how you can download the checkpoints from the studio after you have fine-tuned your model. Once you have downloaded the checkpoints, you can unzip them and use the following inference engines to load the checkpoints and use them for inference. Download Checkpoints

Inference Engines

You can use the following inference engines to load the checkpoints and use them for inference.

Hugging Face

You can use the Hugging Face library to load the checkpoints and use them for inference using the transformers library.

VLLM

You can use the VLLM library to load the checkpoints and use them for inference using the VLLM library.

Ollama

You can use the Ollama library to load the checkpoints and use them for inference using the Ollama library. To create a model, you first need to create a Modelfile:
Then run the following command to create the model.
Then you can use the model for inference: