Forefront
  • Get started
    • Introduction
    • Quickstart
    • Models
    • Tutorials
  • Features
    • Text generation
    • Fine-tuning
    • Datasets
    • Pipelines
    • Export models
    • Import from HuggingFace
  • API Reference
    • Introduction
    • Authentication
    • Chat
    • Completions
    • Fine-tuning
    • Pipeline
    • Troubleshooting
Powered by GitBook
  1. Features

Export models

Last updated 1 year ago

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.

If you've already exported a model, you will instead see a "Get download link" button.

Run an exported model with vLLM

Here is a that shows how to download and run an exported model with .

Colab notebook
vLLM