[Docs] Add language identifiers to fenced code blocks (#28955)

Add language identifiers to code blocks
This commit is contained in:
Klaus Hipp
2024-02-12 19:48:31 +01:00
committed by GitHub
parent c617f988f8
commit fe3df9d5b3
66 changed files with 137 additions and 137 deletions

View File

@@ -64,7 +64,7 @@ rendered properly in your Markdown viewer.
如果您使用多个GPU则卡之间的互连方式可能会对总训练时间产生巨大影响。如果GPU位于同一物理节点上您可以运行以下代码
```
```bash
nvidia-smi topo -m
```