Skip to content

Commit 27d2992

Browse files
Merge pull request #7464 from dlozier4752/docs-editor/cloud-evaluation-1759522618
Update cloud-evaluation.md
2 parents 61863c2 + 7c82019 commit 27d2992

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/ai-foundry/how-to/develop/cloud-evaluation.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,18 @@ print("Versioned evaluator id:", registered_evaluator.id)
243243

244244
After you log your custom evaluator to your Azure AI project, you can view it in your [Evaluator library](../evaluate-generative-ai-app.md#view-and-manage-the-evaluators-in-the-evaluator-library) under the **Evaluation** tab of your Azure AI project.
245245

246+
### Troubleshooting: Job Stuck in Running State
247+
248+
If your evaluation job remains in the **Running** state for an extended period when using Azure AI Foundry Project or Hub, this may be because the Azure OpenAI model you selected does not have enough capacity.
249+
250+
**Resolution**
251+
252+
Cancel the current evaluation job.
253+
254+
Increase the model capacity to handle larger input data.
255+
256+
Re-run the evaluation.
257+
246258
## Related content
247259

248260
- [Evaluate your generative AI applications locally](./evaluate-sdk.md)

0 commit comments

Comments
 (0)