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

lnav:
S
Shaden Smith 已提交
14 15
  - title: "Feature Overview"
    url: /features/
S
Shaden Smith 已提交
16 17 18 19 20
  - title: "Getting Started"
    url: /getting-started/
    children:
      - title: "Installation"
        url: /getting-started/#installation
J
Jeff Rasley 已提交
21
      - title: "Writing models"
S
Shaden Smith 已提交
22 23 24 25 26 27
        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
    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
J
Jeff Rasley 已提交
40 41
      - title: "ZeRO optimizations"
        url: /docs/config-json/#zero-optimizations-for-fp16-training
42 43
      - title: "Logging"
        url: /docs/config-json/#logging
J
Jeff Rasley 已提交
44 45
      - title: "Activation checkpointing"
        url: /docs/config-json/#activation-checkpointing
S
Shaden Smith 已提交
46 47 48
  - title: "Tutorials"
    url: /tutorials/
    children:
J
Jeff Rasley 已提交
49 50 51
      - title: "Getting started"
        url: /getting-started/
      - title: "Getting started on Azure"
S
Shaden Smith 已提交
52 53 54
        url: /tutorials/azure/
      - title: "CIFAR-10"
        url: /tutorials/cifar-10/
N
niumanar 已提交
55 56
      - title: "GAN"
        url: /tutorials/gan/
57 58
      - title: "BERT Pre-training"
        url: /tutorials/bert-pretraining/
59 60 61 62
      - title: "BingBertSQuAD Fine-tuning"
        url: /tutorials/bert-finetuning/
      - title: "DeepSpeed Transformer Kernel"
        url: /tutorials/transformer_kernel/
J
Jeff Rasley 已提交
63 64
      - title: "Megatron-LM GPT2"
        url: /tutorials/megatron/
S
Shaden Smith 已提交
65 66 67 68
      - title: "1-Cycle Schedule"
        url: /tutorials/1Cycle/
      - title: "Learning Rate Range Test"
        url: /tutorials/lrrt/
69
      - title: "DeepSpeed Sparse Attention"
70
        url: /tutorials/sparse-attention/
O
Olatunji Ruwase 已提交
71 72 73 74
      - title: "ZeRO-Offload"
        url: /tutorials/zero-offload/
      - title: "ZeRO Redundancy Optimizer (ZeRO)"
        url: /tutorials/zero/
75 76
      - title: "DeepSpeed with 1-bit Adam"
        url: /tutorials/onebit-adam/
77 78
      - title: "Pipeline Parallelism"
        url: /tutorials/pipeline/
S
Shaden Smith 已提交
79 80
  - title: "Contributing"
    url: /contributing/