Is there a way to stop a fine-tuning job?

Kim Tuo 0 Reputation points
2023-10-18T10:01:27.39+00:00

Is there a way to stop a fine-tuning job?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,931 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,951 Reputation points
    2023-10-18T12:06:14.56+00:00

    Kim Tuo Greetings!

    Is there a way to stop a fine-tuning job?

    Did you try using REST API?

    You can cancel the processing of the fine-tune job by specifying fine-tune-id.

    POST {endpoint}/openai/fine-tunes/{fine-tune-id}/cancel?api-version=2023-06-01-preview

    Change the parameters as per you fine tuning job.

    For more details, please see Fine Tunes - Cancel and other available Fine Tune options.

    Do let me know if that helps or have any further queries.

    If the response helped, please do click Accept Answer and Yes for was this answer helpful.

    Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.