navigation.yml 1.19 KB
Newer Older
Shaden Smith's avatar
Shaden Smith committed
1
2
3
main:
  - title: "Getting Started"
    url: /getting-started/
Shaden Smith's avatar
Shaden Smith committed
4
5
  - title: "News"
    url: /news/
Shaden Smith's avatar
Shaden Smith committed
6
7
8
  - title: "Tutorials"
    url: /tutorials/
  - title: "Documentation"
Shaden Smith's avatar
Shaden Smith committed
9
    url: https://deepspeed.readthedocs.io/
Shaden Smith's avatar
Shaden Smith committed
10
11
12
13
  - title: "GitHub"
    url: https://github.com/microsoft/DeepSpeed

lnav:
Shaden Smith's avatar
Shaden Smith committed
14
15
  - title: "Feature Overview"
    url: /features/
Shaden Smith's avatar
Shaden Smith committed
16
17
18
19
20
  - title: "Getting Started"
    url: /getting-started/
    children:
      - title: "Installation"
        url: /getting-started/#installation
Shaden Smith's avatar
Shaden Smith committed
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
      - title: "Writing Models"
        url: /getting-started/#writing-deepspeed-models
      - title: "Training"
        url: /getting-started/#training
      - title: "Launching"
        url: /getting-started/#launching-deepspeed-training
  - title: "Configuration"
    url: /docs/config_json/
  - title: "Tutorials"
    url: /tutorials/
    children:
      - title: "Getting Started on Azure"
        url: /tutorials/azure/
      - title: "CIFAR-10"
        url: /tutorials/cifar-10/
      - title: "Megatron-LM GPT2"
        url: /tutorials/megatron/
      - title: "1-Cycle Schedule"
        url: /tutorials/1Cycle/
      - title: "Learning Rate Range Test"
        url: /tutorials/lrrt/
  - title: "Contributing"
    url: /contributing/