Skip to content

Commit 59402ef

Browse files
Merge pull request #1895 from Emma-yxf/2024_12-Monthly-broken-links-fix-lgayhardt
2024_12-Monthly-broken-links-fix-lgayhardt
2 parents f6998ef + cb612d6 commit 59402ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-studio/concepts/evaluation-approach-gen-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Key considerations at this stage might include:
3838
- **Bias and ethical considerations**: Does the model produce any outputs that might perpetuate or promote harmful stereotypes?
3939
- **Risk and safety**: Are there any risks of the model generating unsafe or malicious content?
4040

41-
You can explore [Azure AI Foundry benchmarks](./model-benchmarks.md)to evaluate and compare models on publicly available datasets, while also regenerating benchmark results on your own data. Alternatively, you can evaluate one of many base generative AI models via Azure AI Evaluation SDK as demonstrated, see [Evaluate model endpoints sample](https://github.com/Azure-Samples/azureai-samples/blob/main/scenarios/evaluate/evaluate_endpoints/evaluate_endpoints.ipynb).
41+
You can explore [Azure AI Foundry benchmarks](./model-benchmarks.md)to evaluate and compare models on publicly available datasets, while also regenerating benchmark results on your own data. Alternatively, you can evaluate one of many base generative AI models via Azure AI Evaluation SDK as demonstrated, see [Evaluate model endpoints sample](https://github.com/Azure-Samples/azureai-samples/blob/main/scenarios/evaluate/Supported_Evaluation_Targets/Evaluate_Base_Model_Endpoint/Evaluate_Base_Model_Endpoint.ipynb).
4242

4343
## Pre-production evaluation
4444

articles/machine-learning/v1/how-to-use-mlflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See [MLflow and Azure Machine Learning](../concept-mlflow.md) for all supported
3131
## Prerequisites
3232

3333
* Install the `mlflow` package.
34-
* You can use the [MLflow Skinny](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.rst) which is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. This is recommended for users who primarily need the tracking and logging capabilities without importing the full suite of MLflow features including deployments.
34+
* You can use the [MLflow Skinny](https://github.com/mlflow/mlflow/blob/master/README_SKINNY.md) which is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. This is recommended for users who primarily need the tracking and logging capabilities without importing the full suite of MLflow features including deployments.
3535

3636
* Install the `azureml-mlflow` package.
3737
* [Create an Azure Machine Learning Workspace](../quickstart-create-resources.md).

0 commit comments

Comments
 (0)