We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ac3301 + 271e408 commit a1b0c48Copy full SHA for a1b0c48
pytorch/README.md
@@ -21,7 +21,7 @@ mthreads-gmi
21
22
</details>
23
24
-**NOTE: Python3.9和Python3.10请分别使用“py39”和“py310”替换上述镜像中“py38”.**
+**NOTE: Python3.10 版本镜像请使用 `py310` 替换上述镜像 tag 中 `py38`.**
25
26
**请按照实际驱动环境,参考上述表格,更换启动docker命令中镜像名**
27
```bash
@@ -32,6 +32,6 @@ docker run -it --privileged --pull always --network=host --name=torch_musa_test
32
# 容器环境检查
33
```
34
# 在容器内执行
35
-cd examples_on_musa/setup_musa/check
+cd tutorial_on_musa/setup_musa/check
36
bash test_musa.sh
37
0 commit comments