Skip to content

Commit a1b0c48

Browse files
authored
Merge pull request #50 from MooreThreads/del_torch_musa_py39_image
fix(pytorch): del py39 torch_musa image
2 parents 8ac3301 + 271e408 commit a1b0c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytorch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mthreads-gmi
2121

2222
</details>
2323

24-
**NOTE: Python3.9和Python3.10请分别使用“py39”和“py310”替换上述镜像中“py38.**
24+
**NOTE: Python3.10 版本镜像请使用 `py310` 替换上述镜像 tag 中 `py38`.**
2525

2626
**请按照实际驱动环境,参考上述表格,更换启动docker命令中镜像名**
2727
```bash
@@ -32,6 +32,6 @@ docker run -it --privileged --pull always --network=host --name=torch_musa_test
3232
# 容器环境检查
3333
```
3434
# 在容器内执行
35-
cd examples_on_musa/setup_musa/check
35+
cd tutorial_on_musa/setup_musa/check
3636
bash test_musa.sh
3737
```

0 commit comments

Comments
 (0)