diff --git a/README-zh-Hans.md b/README-zh-Hans.md
index f3c40289f..ae8fbd9b7 100644
--- a/README-zh-Hans.md
+++ b/README-zh-Hans.md
@@ -49,6 +49,7 @@
推理 (Energon-AI) 样例展示
@@ -143,7 +144,7 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的
- [Open Pretrained Transformer (OPT)](https://github.com/facebookresearch/metaseq), 由Meta发布的1750亿语言模型,由于完全公开了预训练参数权重,因此促进了下游任务和应用部署的发展。
-- 加速45%,仅用几行代码以低成本微调OPT。[[样例]](https://github.com/hpcaitech/ColossalAI-Examples/tree/main/language/opt)
+- 加速45%,仅用几行代码以低成本微调OPT。[[样例]](https://github.com/hpcaitech/ColossalAI-Examples/tree/main/language/opt) [[在线推理]](https://service.colossalai.org/opt)
请访问我们的 [文档](https://www.colossalai.org/) 和 [例程](https://github.com/hpcaitech/ColossalAI-Examples) 以了解详情。
@@ -176,13 +177,19 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的
## 推理 (Energon-AI) 样例展示
-### GPT-3
- [Energon-AI](https://github.com/hpcaitech/EnergonAI) :用相同的硬件推理加速50%
+
+
+
+
+- [OPT推理服务](https://service.colossalai.org/opt): 无需注册,免费体验1750亿参数OPT在线推理服务
+
+
(back to top)
## Colossal-AI 成功案例
@@ -196,6 +203,7 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的
- [xTrimoMultimer](https://github.com/biomap-research/xTrimoMultimer): 11倍加速蛋白质单体与复合物结构预测
+
## 安装
### 从官方安装
diff --git a/README.md b/README.md
index 7ba947073..278dfad10 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@
Inference (Energon-AI) Demo
@@ -148,7 +149,7 @@ distributed training and inference in a few lines.
- [Open Pretrained Transformer (OPT)](https://github.com/facebookresearch/metaseq), a 175-Billion parameter AI language model released by Meta, which stimulates AI programmers to perform various downstream tasks and application deployments because public pretrained model weights.
-- 45% speedup fine-tuning OPT at low cost in lines. [[Example]](https://github.com/hpcaitech/ColossalAI-Examples/tree/main/language/opt)
+- 45% speedup fine-tuning OPT at low cost in lines. [[Example]](https://github.com/hpcaitech/ColossalAI-Examples/tree/main/language/opt) [[Online Serving]](https://service.colossalai.org/opt)
Please visit our [documentation](https://www.colossalai.org/) and [examples](https://github.com/hpcaitech/ColossalAI-Examples) for more details.
@@ -181,13 +182,18 @@ Please visit our [documentation](https://www.colossalai.org/) and [examples](htt
## Inference (Energon-AI) Demo
-### GPT-3
- [Energon-AI](https://github.com/hpcaitech/EnergonAI): 50% inference acceleration on the same hardware
+
+
+
+
+- [OPT Serving](https://service.colossalai.org/opt): Try 175-billion-parameter OPT online services for free, without any registration whatsoever.
+
(back to top)
## Colossal-AI in the Real World