"vscode:/vscode.git/clone" did not exist on "4018b3c5339307844c9cdcfc61e91009930f7c8f"
navigation.yml 1.67 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
      - 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"
28
29
30
31
32
33
34
35
36
37
38
39
40
41
    url: /docs/config-json/
    children:
      - title: "Batch size"
        url: /docs/config-json/#batch-size-related-parameters
      - title: "Optimizer"
        url: /docs/config-json/#optimizer-parameters
      - title: "Scheduler"
        url: /docs/config-json/#scheduler-parameters
      - title: "Communication"
        url: /docs/config-json/#communication-options
      - title: "FP16"
        url: /docs/config-json/#fp16-training-options
      - title: "Logging"
        url: /docs/config-json/#logging
Shaden Smith's avatar
Shaden Smith committed
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  - 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/