Skip to content

Commit 0f870f7

Browse files
committed
fix5
1 parent f762fb5 commit 0f870f7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# You can set these variables from the command line, and also
44
# from the environment for the first two.
5-
SPHINXOPTS ?= -D suppress_warnings=misc.highlighting_failure
5+
SPHINXOPTS ?=
66
SPHINXBUILD ?= sphinx-build
77
SOURCEDIR = .
88
BUILDDIR = _build

index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
<div class="flex space-x-4 text-blue-600">
6969
<a href="https://github.com/hiyouga/LLaMA-Factory">官方链接</a>
7070
<span class="split">|</span>
71-
<a href="sources/LLaMA-Factory/npu_installation.html">安装指南</a>
71+
<a href="sources/LLaMA-Factory/source/advanced/npu_installation.html">安装指南</a>
7272
<span class="split">|</span>
73-
<a href="sources/LLaMA-Factory/npu_training.html">快速上手</a>
73+
<a href="sources/LLaMA-Factory/source/advanced/npu_training.html">快速上手</a>
7474
</div>
7575
</div>
7676
<!-- Card 2 -->
@@ -484,9 +484,9 @@
484484
<div class="flex space-x-4 text-blue-600">
485485
<a href="https://github.com/ByteDance-Seed/VeOmni ">官方链接</a>
486486
<span class="split">|</span>
487-
<a href="sources/VeOmni/install_ascend.html">安装指南</a>
487+
<a href="sources/VeOmni/get_started/installation/install_ascend.html">安装指南</a>
488488
<span class="split">|</span>
489-
<a href="sources/VeOmni/get_started_npu.html">快速上手</a>
489+
<a href="sources/VeOmni/hardware_support/get_started_npu.html">快速上手</a>
490490
</div>
491491
</div>
492492
<!-- Card 25 -->
@@ -502,9 +502,9 @@
502502
<div class="flex space-x-4 text-blue-600">
503503
<a href="https://github.com/modelscope/ms-swift ">官方链接</a>
504504
<span class="split">|</span>
505-
<a href="sources/ms-swift/NPU-support.html">安装指南</a>
505+
<a href="sources/ms-swift/source/BestPractices/NPU-support.html">安装指南</a>
506506
<span class="split">|</span>
507-
<a href="sources/ms-swift/NPU-support.html">快速上手</a>
507+
<a href="sources/ms-swift/source_en/BestPractices/NPU-support.html">快速上手</a>
508508
</div>
509509
</div>
510510
</div>

0 commit comments

Comments
 (0)