Fine-tune enqueued for long time without queue number

What happened?

$ openai api fine_tunes.follow -i ft-jTiEp3YC22IDWs8lf8ZPzMm0
[2023-02-22 17:22:25] Created fine-tune: ft-jTiEp3YC22IDWs8lf8ZPzMm0
[2023-02-22 17:37:32] Fine-tune costs $4.25
[2023-02-22 17:37:33] Fine-tune enqueued

Stream interrupted (client disconnected).

Since you have a fine-tuned id, you can list all the events during the fine tuning process and see “what happened” so easily.

List fine-tunes

GET
 
https://api.openai.com/v1/fine-tunes

or

Retrieve fine-tune

GET
 
https://api.openai.com/v1/fine-tunes/{fine_tune_id}

These API methods will tell you “what happened” in a step-by-step, process-by-process way.

Hope this helps.

See Also:

OpenAI API - List Fine Tunes

Thanks, after three hours, Fine-tune succeeded.

2 Likes