From 16d7dcd36dcf9948212d94d950c33b323ead96c9 Mon Sep 17 00:00:00 2001 From: Casper Date: Mon, 1 Jul 2024 12:29:13 +0200 Subject: [PATCH] Fix markdown linting of Python --- docs/source/en/basics/launch_colossalai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/basics/launch_colossalai.md b/docs/source/en/basics/launch_colossalai.md index ced650697..59c3a73d6 100644 --- a/docs/source/en/basics/launch_colossalai.md +++ b/docs/source/en/basics/launch_colossalai.md @@ -237,7 +237,7 @@ Notes: - For multi-node distributed training, AzureML has built-in functionality for multi-node communication which means you do not need SSH access between nodes. - You will need to build a Docker image for ColossalAI and push it to an Azure Container Registry and create an AzureML environment before you can launch a job. -``` +```python import os from azure.ai.ml import MLClient, command from azure.identity import DefaultAzureCredential