yuccaaa commited on
Commit
c782e30
·
verified ·
1 Parent(s): ff4ef89

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

Browse files
Files changed (1) hide show
  1. ms-swift/docs/source_en/index.rst +60 -0
ms-swift/docs/source_en/index.rst ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-installation.md
13
+ GetStarted/Quick-start.md
14
+ GetStarted/Web-UI.md
15
+
16
+ .. toctree::
17
+ :maxdepth: 2
18
+ :caption: Instruction
19
+
20
+ Instruction/Command-line-parameters.md
21
+ Instruction/Pre-training-and-Fine-tuning.md
22
+ Instruction/RLHF.md
23
+ Instruction/Inference-and-deployment.md
24
+ Instruction/Megatron-SWIFT-Training.md
25
+ Instruction/Sample.md
26
+ Instruction/Evaluation.md
27
+ Instruction/Export-and-push.md
28
+ Instruction/Reinforced-Fine-tuning.md
29
+ Instruction/GRPO.md
30
+ Instruction/Supported-models-and-datasets.md
31
+ Instruction/Use-tuners.md
32
+ Instruction/Agent-support.md
33
+ Instruction/Frequently-asked-questions.md
34
+
35
+
36
+ .. toctree::
37
+ :maxdepth: 2
38
+ :caption: Customization
39
+
40
+ Customization/Custom-model.md
41
+ Customization/Custom-dataset.md
42
+ Customization/Pluginization.md
43
+
44
+
45
+ .. toctree::
46
+ :maxdepth: 2
47
+ :caption: Best Practices
48
+
49
+ BestPractices/GRPO.md
50
+ BestPractices/GRPO-Multi-Modal-Training.md
51
+ BestPractices/GRPO-Code-Training.md
52
+ BestPractices/Embedding.md
53
+ BestPractices/NPU-support.md
54
+ BestPractices/More-Best-Practices.md
55
+
56
+ Indices and tables
57
+ ==================
58
+ * :ref:`genindex`
59
+ * :ref:`modindex`
60
+ * :ref:`search`