html refactor (#555)

This commit is contained in:
Liang Bowen
2022-03-31 11:36:56 +08:00
committed by GitHub
parent d1211148a7
commit 2c45efc398
133 changed files with 274 additions and 672 deletions

View File

@@ -0,0 +1,6 @@
Colossal-AI Github Homepage
==================================
*If you are looking for the Git homepage of Colossal-AI, please check*
`Colossal-AI Tutorial <https://github.com/hpcaitech/ColossalAI>`_
*for our source code.*

View File

@@ -0,0 +1,6 @@
Colossal-AI Benchmarks
==================================
*If you are interested in the performance or the features of Colossal-AI, please check*
`Colossal-AI Benchmark <https://github.com/hpcaitech/ColossalAI-Benchmark>`_.
*to get more details about our performance on CIFAR10, ImageNet1K or GPT2 ZeRO.*

View File

@@ -0,0 +1,6 @@
Colossal-AI Examples
==================================
*If you are looking for the example code of using Colossal-AI in CV or NLP, please check*
`Colossal-AI Example <https://github.com/hpcaitech/ColossalAI-Examples>`_
*to get more details about using colossalai in Resnet, Moe, Vit, Bert and GPT*

View File

@@ -0,0 +1,7 @@
Colossal-AI Tutorial
==================================
*If you are looking for the tutorial of using Colossal-AI, please check*
`Colossal-AI Tutorial <https://www.colossalai.org/docs/get_started/installation>`_
*to get more details about getting started, using TP (tensor parallel), PP (pipeline parallel)
and training with colossalai trainer or engine.*