Skip to content

Commit

Permalink
Fix the typo error in a figure. (intelligent-machine-learning#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
workingloong committed Mar 26, 2024
1 parent 500728c commit a6ff7e4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/blogs/stabilize_llm_training_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ worker 是运行 AI 训练的节点,其主要包含一个基于 TorchElastic
从 master 获取组网信息、启动和监控训练进程和上报心跳信息。如下图所示:

<div align="center">
<img src="../figures/ft_llm_training/dlrover_ft_arch.png" alt="Editor" width="600">
<img src="../figures/ft_llm_training/dlrover_ft_arch.jpg" alt="Editor" width="600">

<text>图3:DLRover 弹性训练架构 </text>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/design/straggler-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
containers:
- name: main
# yamllint disable-line rule:line-length
image: registry.cn-hangzhou.aliyuncs.com/intell-ai/dlrover:torch201-mnist
image: registry.cn-hangzhou.aliyuncs.com/intell-ai/dlrover:pytorch-example
imagePullPolicy: Always
command:
- /bin/bash
Expand Down
Binary file added docs/figures/dlrover_ft_arch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/figures/ft_llm_training/dlrover_ft_arch.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/tech_report/fault_tolerance_exps.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ use chaosblade to perform a CPU full load 90% on the `worker-1` with the command
chaosblade-1.7.2/blade create cpu load --cpu-percent 90
```

If you use the image `registry.cn-hangzhou.aliyuncs.com/intell-ai/dlrover:torch201-mnist`,
If you use the image `registry.cn-hangzhou.aliyuncs.com/intell-ai/dlrover:pytorch-example`,
you can use chaosblade to create a chaos experiment by

```bash
Expand Down
2 changes: 1 addition & 1 deletion examples/pytorch/mnist/chaos_test_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: main
# build the image with mnist_chaos.dockerfile
# yamllint disable-line rule:line-length
image: registry.cn-hangzhou.aliyuncs.com/intell-ai/dlrover:torch201-mnist
image: registry.cn-hangzhou.aliyuncs.com/intell-ai/dlrover:pytorch-example
imagePullPolicy: Always
command:
- /bin/bash
Expand Down

0 comments on commit a6ff7e4

Please sign in to comment.