diff --git a/README-zh-Hans.md b/README-zh-Hans.md
index 9a21c3ec8..8a242af95 100644
--- a/README-zh-Hans.md
+++ b/README-zh-Hans.md
@@ -70,11 +70,6 @@
使用 Docker
社区
做出贡献
- 快速预览
-
引用我们
@@ -306,31 +301,6 @@ docker run -ti --gpus all --rm --ipc=host colossalai bash
(返回顶端)
-## 快速预览
-
-### 几行代码开启分布式训练
-
-```python
-parallel = dict(
- pipeline=2,
- tensor=dict(mode='2.5d', depth = 1, size=4)
-)
-```
-
-### 几行代码开启异构训练
-
-```python
-zero = dict(
- model_config=dict(
- tensor_placement_policy='auto',
- shard_strategy=TensorShardStrategy(),
- reuse_fp16_shard=True
- ),
- optimizer_config=dict(initial_scale=2**5, gpu_margin_mem_ratio=0.2)
-)
-```
-
-(返回顶端)
## 引用我们
diff --git a/README.md b/README.md
index 211297d15..4e721df2a 100644
--- a/README.md
+++ b/README.md
@@ -70,11 +70,6 @@
Use Docker
Community
Contributing
- Quick View
-
Cite Us
@@ -311,32 +306,6 @@ Thanks so much to all of our amazing contributors!
(back to top)
-## Quick View
-
-### Start Distributed Training in Lines
-
-```python
-parallel = dict(
- pipeline=2,
- tensor=dict(mode='2.5d', depth = 1, size=4)
-)
-```
-
-### Start Heterogeneous Training in Lines
-
-```python
-zero = dict(
- model_config=dict(
- tensor_placement_policy='auto',
- shard_strategy=TensorShardStrategy(),
- reuse_fp16_shard=True
- ),
- optimizer_config=dict(initial_scale=2**5, gpu_margin_mem_ratio=0.2)
-)
-
-```
-
-(back to top)
## Cite Us