# Export models

Once a fine-tuned model has completed training, you'll be able to export the model weights so that you can run the model on your own.

## How to export a model

To export a model:

* Click on the "Fine-tune" button in the sidebar
* Click on the fine-tuned model that you would like to export
* In the top-right, click the menu dropdown and select "Export Model" as shown below. We will send you an email (if one is provided) when the export job is complete.

![](https://3548480689-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBq69yhv6y6bDEaRQX9GA%2Fuploads%2FKXUUwrxHpTmWOakuH39k%2Fimage.png?alt=media\&token=673cd9bf-f72b-4050-93d5-146abd12ca06)&#x20;

If you've already exported a model, you will instead see a "Get download link" button.![](https://3548480689-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBq69yhv6y6bDEaRQX9GA%2Fuploads%2FQmkL4Zgmd6LbCSkj2Ibr%2Fimage.png?alt=media\&token=9d879dbe-7317-49f5-b093-ecb549fa4ed8)

## Run an exported model with vLLM

Here is a [Colab notebook](https://colab.research.google.com/drive/1wRJPje7PkhjXsGHcxCfiWnbfOOGfLId4?usp=sharing) that shows how to download and run an exported model with [vLLM](https://docs.vllm.ai).
