Creating a Dedicated AI Cluster for Fine-Tuning Custom Models
Create a dedicated AI cluster resource in OCI Generative AI to use for fine-tuning custom models.
Important
Some OCI Generative AI foundational pretrained base models supported for the dedicated serving mode are now deprecated and will retire no sooner than 6 months after the release of the 1st replacement model. You can host a base model, or fine-tune a base model and host the fine-tuned model on a dedicated AI cluster (dedicated serving mode) until the base model is retired. For dedicated serving mode retirement dates, see Retiring the Models.
Some OCI Generative AI foundational pretrained base models supported for the dedicated serving mode are now deprecated and will retire no sooner than 6 months after the release of the 1st replacement model. You can host a base model, or fine-tune a base model and host the fine-tuned model on a dedicated AI cluster (dedicated serving mode) until the base model is retired. For dedicated serving mode retirement dates, see Retiring the Models.
- Note
Fine-tuning clusters take some time to create. After a fine-tuning cluster is in an active state, you can use it to fine-tune custom models. You can select a cluster for fine-tuning when you create a custom model. Use the dedicated-ai-cluster create command and required parameters to create a dedicated AI cluster:
oci generative-ai dedicated-ai-cluster create --compartment-id <compartment-OCID> --type FINE_TUNING --unit-count [integer] --unit-shape [text] [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the CreateDedicatedAiCluster operation to create a dedicated cluster.