mirror of https://github.com/hpcaitech/ColossalAI
aibig-modeldata-parallelismdeep-learningdistributed-computingfoundation-modelsheterogeneous-traininghpcinferencelarge-scalemodel-parallelismpipeline-parallelism
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.2 KiB
80 lines
2.2 KiB
2 years ago
|
{
|
||
|
"tutorialSidebar": [
|
||
|
{
|
||
|
"type": "category",
|
||
|
"label": "Get started",
|
||
|
"collapsed": true,
|
||
|
"items": [
|
||
|
"get_started/installation",
|
||
|
"get_started/run_demo",
|
||
|
"get_started/reading_roadmap"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "category",
|
||
|
"label": "Concepts",
|
||
|
"collapsed": true,
|
||
|
"items": [
|
||
|
"concepts/distributed_training",
|
||
|
"concepts/paradigms_of_parallelism",
|
||
|
"concepts/colossalai_overview"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "category",
|
||
|
"label": "Basics",
|
||
|
"collapsed": true,
|
||
|
"items": [
|
||
|
"basics/command_line_tool",
|
||
|
"basics/define_your_config",
|
||
|
"basics/launch_colossalai",
|
||
|
"basics/initialize_features",
|
||
|
"basics/engine_trainer",
|
||
|
"basics/configure_parallelization",
|
||
|
"basics/model_checkpoint",
|
||
|
"basics/colotensor_concept"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "category",
|
||
|
"label": "Features",
|
||
|
"collapsed": true,
|
||
|
"items": [
|
||
|
"features/mixed_precision_training",
|
||
|
"features/gradient_accumulation",
|
||
|
"features/gradient_clipping",
|
||
|
"features/gradient_handler",
|
||
|
"features/zero_with_chunk",
|
||
|
{
|
||
|
"type": "category",
|
||
|
"label": "Tensor Parallel",
|
||
|
"collapsed": true,
|
||
|
"items": [
|
||
|
"features/1D_tensor_parallel",
|
||
|
"features/2D_tensor_parallel",
|
||
|
"features/2p5D_tensor_parallel",
|
||
|
"features/3D_tensor_parallel"
|
||
|
]
|
||
|
},
|
||
|
"features/pipeline_parallel",
|
||
|
"features/nvme_offload"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "category",
|
||
|
"label": "Advanced Tutorials",
|
||
|
"collapsed": true,
|
||
|
"items": [
|
||
|
"advanced_tutorials/train_vit_using_pipeline_parallelism",
|
||
|
"advanced_tutorials/train_vit_with_hybrid_parallelism",
|
||
|
"advanced_tutorials/train_gpt_using_hybrid_parallelism",
|
||
|
"advanced_tutorials/define_your_own_parallel_model",
|
||
|
"advanced_tutorials/add_your_parallel",
|
||
|
"advanced_tutorials/meet_gemini",
|
||
|
"advanced_tutorials/parallelize_your_training_like_Megatron",
|
||
|
"advanced_tutorials/integrate_mixture_of_experts_into_your_model"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|