Skip to content

Commit 9a37423

Browse files
committed
Use bullets and not numbered list for deployment creation guidance.
1 parent f27cb82 commit 9a37423

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/openai/how-to/fine-tuning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Provisioned Managed fine-tuning deployments currently do not support vision and
7474

7575
To create a new deployment, make an HTTP PUT call via the [Deployments - Create or Update REST API](https://learn.microsoft.com/en-us/rest/api/aiservices/accountmanagement/deployments/create-or-update?view=rest-aiservices-accountmanagement-2024-10-01&tabs=HTTP). The approach is similar to performing [cross region deployment](#cross-region-deployment) with the following exceptions:
7676

77-
1. You must provide a sku name of `ProvisionedStandard`.
78-
2. The capacity must be declared in PTUs.
79-
3. The `api-version` must be `2024-10-01` or newer.
80-
4. The HTTP method should be `PUT`.
77+
- You must provide a sku name of `ProvisionedStandard`.
78+
- The capacity must be declared in PTUs.
79+
- The `api-version` must be `2024-10-01` or newer.
80+
- The HTTP method should be `PUT`.
8181

8282
For example, to deploy a gpt-4o-mini model:
8383

0 commit comments

Comments
 (0)