I ran a fine-tune job on the ‘gpt-4-0613’ base model yesterday; it successfully completed the job, but now when I’ve tried to use that model in Playground or call it via the API (all day yesterday and today), it fails. Interestingly, this is the first time I’ve run into this issue, as I’ve previously fine-tuned gpt-4 without any issues in using the resulting model.
In Playground, it throws an error that says the following:
- An error occurred. Either the engine you requested does not exist or there was another issue processing your request.
Via the API, it returns the following:
- Failed with status code: 503, Reason: {“error”:{“code”:503,“message”:“Service Unavailable.”,“param”:null,“type”:“cf_service_unavailable”}}
Any insight into what the issue may be or how to resolve it? Of note, this is a different error message than the one you receive while a fine-tuned model is still loading after being built, which typically only takes a few minutes.