Skip to content

Commit

Permalink
fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Sep 2, 2024
1 parent e2da45e commit 7fb1b85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zh/examples/pretrain_llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ print("GENERATE:", pipe("人工智能", num_return_sequences=1)[0]["generated_te
确保swanlab版本为0.3.19
:::

预训练LLM对于GPU的算力和显存要求非常高,本文推荐使用[SwanLab Launch](../api/cli-swanlab-remote-gpu.md)利用云上GPU进行预训练。
预训练LLM对于GPU的算力和显存要求非常高,本文推荐使用[SwanLab Launch](/zh/api/cli-swanlab-remote-gpu)利用云上GPU进行预训练。

首先使用`swanlab upload -n WIKI_CN WIKI_CN`命令上传数据集

Expand All @@ -373,7 +373,7 @@ print("GENERATE:", pipe("人工智能", num_return_sequences=1)[0]["generated_te

![show_id](/assets/examples/pretrain_llm/show_id.png)

参考[SwanLab Launch官方文档](../api/cli-swanlab-task.md),本地创建`swanlab.yaml`文件并写入如下信息
参考[SwanLab Launch官方文档](/zh/api/cli-swanlab-remote-gpu),本地创建`swanlab.yaml`文件并写入如下信息

```yaml
apiVersion: swanlab/v1
Expand Down Expand Up @@ -405,7 +405,7 @@ swanlab launch -f swanlab.yaml

![remote_devices](/assets/examples/pretrain_llm/remote_devices.png)

关于如何查看、终止远程实验,可参考[SwanLab Launch官方文档](../api/cli-swanlab-task.md)
关于如何查看、终止远程实验,可参考[SwanLab Launch官方文档](/zh/api/cli-swanlab-remote-gpu)

## 参考链接

Expand Down

0 comments on commit 7fb1b85

Please sign in to comment.