Skip to content

Commit 4430aa3

Browse files
committed
fix llama factory link
1 parent bd5625b commit 4430aa3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

en/guide_cloud/integration/integration-llama-factory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![](/zh/guide_cloud/integration/llama_factory/0.png)
88

9-
We are thrilled to announce the partnership between **SwanLab** and **LLaMA Factory**, dedicated to providing Chinese trainers with a high-quality and efficient large model training experience.
9+
We are thrilled to announce the partnership between **SwanLab** and [LLaMA Factory](https://github.com/hiyouga/LLaMA-Factory), dedicated to providing Chinese trainers with a high-quality and efficient large model training experience.
1010

1111
Now, when you start training with the new version of LLaMA Factory, you can check the "Use SwanLab" option in the "SwanLab configurations" card in the WebUI to track, record, and visualize this large model fine-tuning through SwanLab's powerful training dashboard.
1212

@@ -40,7 +40,7 @@ cd LLaMA-Factory
4040
pip install -e ".[torch,metrics,swanlab]"
4141
```
4242

43-
> If you are an Ascend NPU user, you can visit: https://github.com/hiyouga/LLaMA-Factory/blob/main/README_zh.md#%E5%AE%89%E8%A3%85-llama-factory for the Ascend NPU version installation tutorial.
43+
> If you are an Ascend NPU user, you can visit: [Huawei NPU Adaptation](https://llamafactory.readthedocs.io/zh-cn/latest/advanced/npu.html) for the Ascend NPU version installation tutorial.
4444
4545
## 2. Start Training with LLaMA Board
4646

zh/guide_cloud/integration/integration-llama-factory.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![](/zh/guide_cloud/integration/llama_factory/0.png)
88

9-
我们非常高兴地宣布**SwanLab****LLaMA Factory**建立合作伙伴关系,致力于为中国训练者提供优质、高效的大模型训练体验。
9+
我们非常高兴地宣布**SwanLab**[LLaMA Factory](https://github.com/hiyouga/LLaMA-Factory)建立合作伙伴关系,致力于为中国训练者提供优质、高效的大模型训练体验。
1010

1111
现在你使用新版本的LLaMA Factory启动训练前,可以在WebUI的「SwanLab configurations」(中文:SwanLab参数设置)卡片中勾选「Use SwanLab」,就可以通过SwanLab强大的训练看板进行这一次大模型微调的跟踪、记录与可视化。
1212

@@ -31,7 +31,7 @@ LLaMA Factory 是一个用于微调大语言模型 (LLM) 的开源工具包,
3131
首先,你需要确保你拥有Python3.8以上环境与Git工具,然后克隆仓库:
3232

3333
```shellscript
34-
git clone https://github.com/hiyouga/LLaMA-Factory
34+
git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory
3535
```
3636

3737
安装相关环境:
@@ -41,7 +41,7 @@ cd LLaMA-Factory
4141
pip install -e ".[torch,metrics,swanlab]"
4242
```
4343

44-
> 如果你是昇腾NPU用户,可以访问:https://github.com/hiyouga/LLaMA-Factory/blob/main/README\_zh.md#%E5%AE%89%E8%A3%85-llama-factory 查看昇腾NPU版安装教程。
44+
> 如果你是昇腾NPU用户,可以访问:[华为NPU适配](https://llamafactory.readthedocs.io/zh-cn/latest/advanced/npu.html) 查看昇腾NPU版安装教程。
4545
4646
## 2. 使用LLaMA Board开启训练
4747

0 commit comments

Comments
 (0)