Skip to content

Commit a175d28

Browse files
committed
Learn Editor: Update cloud-evaluation.md
1 parent 715fdaa commit a175d28

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 Project/Hub, this may be because the AOAI 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)