Fix markdown linting of Python

This commit is contained in:
Casper 2024-07-01 12:29:13 +02:00 committed by GitHub
parent 9bf0baa50d
commit 16d7dcd36d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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