yuccaaa commited on
Commit
fb0cd99
·
verified ·
1 Parent(s): 359ccd3

Upload ms-swift/docs/source/index.rst with huggingface_hub

Browse files
Files changed (1) hide show
  1. ms-swift/docs/source/index.rst +58 -0
ms-swift/docs/source/index.rst ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .. swift documentation file,
2
+ You can adapt this file completely to your liking, but it should at least
3
+ contain the root `toctree` directive.
4
+
5
+ Swift DOCUMENTATION
6
+ ========================
7
+
8
+ .. toctree::
9
+ :maxdepth: 2
10
+ :caption: Get Started
11
+
12
+ GetStarted/SWIFT安装.md
13
+ GetStarted/快速开始.md
14
+ GetStarted/Web-UI.md
15
+
16
+ .. toctree::
17
+ :maxdepth: 2
18
+ :caption: Instruction
19
+
20
+ Instruction/命令行参数.md
21
+ Instruction/预训练与微调.md
22
+ Instruction/人类对齐.md
23
+ Instruction/推理和部署.md
24
+ Instruction/Megatron-SWIFT训练.md
25
+ Instruction/采样.md
26
+ Instruction/评测.md
27
+ Instruction/导出与推送.md
28
+ Instruction/强化微调.md
29
+ Instruction/GRPO.md
30
+ Instruction/支持的模型和数据集.md
31
+ Instruction/使用tuners.md
32
+ Instruction/智能体的支持.md
33
+ Instruction/常见问题整理.md
34
+
35
+ .. toctree::
36
+ :maxdepth: 2
37
+ :caption: Customization
38
+
39
+ Customization/自定义模型.md
40
+ Customization/自定义数据集.md
41
+ Customization/插件化.md
42
+
43
+ .. toctree::
44
+ :maxdepth: 2
45
+ :caption: Best Practices
46
+
47
+ BestPractices/GRPO完整流程.md
48
+ BestPractices/GRPO多模态训练.md
49
+ BestPractices/GRPO代码训练.md
50
+ BestPractices/Embedding训练.md
51
+ BestPractices/NPU支持.md
52
+ BestPractices/更多最佳实践.md
53
+
54
+ Indices and tables
55
+ ==================
56
+ * :ref:`genindex`
57
+ * :ref:`modindex`
58
+ * :ref:`search`