diff --git a/README-zh-Hans.md b/README-zh-Hans.md
index 8a3bee5ec..283cc27cb 100644
--- a/README-zh-Hans.md
+++ b/README-zh-Hans.md
@@ -196,6 +196,10 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的
- [Energon-AI](https://github.com/hpcaitech/EnergonAI) :用相同的硬件推理加速50%
+
+
+
+
- [OPT推理服务](https://colossalai.org/docs/advanced_tutorials/opt_service): 体验1750亿参数OPT在线推理服务
@@ -265,6 +269,12 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的
- [FastFold](https://github.com/hpcaitech/FastFold): 加速AlphaFold训练与推理、数据前处理、推理序列长度超过10000残基
+
+
+
+
+- [FastFold with Intel](https://github.com/hpcaitech/FastFold): 3倍推理加速和39%成本节省
+
@@ -280,7 +290,7 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的
- PyTorch >= 1.11 (PyTorch 2.x 正在适配中)
- Python >= 3.7
- CUDA >= 11.0
-
+
如果你遇到安装问题,可以向本项目 [反馈](https://github.com/hpcaitech/ColossalAI/issues/new/choose)。
diff --git a/README.md b/README.md
index 3115192d6..602193f76 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,10 @@ Please visit our [documentation](https://www.colossalai.org/) and [examples](htt
- [Energon-AI](https://github.com/hpcaitech/EnergonAI): 50% inference acceleration on the same hardware
+
+
+
+
- [OPT Serving](https://colossalai.org/docs/advanced_tutorials/opt_service): Try 175-billion-parameter OPT online services
@@ -264,7 +268,13 @@ Acceleration of [AlphaFold Protein Structure](https://alphafold.ebi.ac.uk/)
-- [FastFold](https://github.com/hpcaitech/FastFold): accelerating training and inference on GPU Clusters, faster data processing, inference sequence containing more than 10000 residues.
+- [FastFold](https://github.com/hpcaitech/FastFold): Accelerating training and inference on GPU Clusters, faster data processing, inference sequence containing more than 10000 residues.
+
+
+
+
+
+- [FastFold with Intel](https://github.com/hpcaitech/FastFold): 3x inference acceleration and 39% cost reduce.
@@ -281,7 +291,7 @@ Requirements:
- PyTorch >= 1.11 (PyTorch 2.x in progress)
- Python >= 3.7
- CUDA >= 11.0
-
+
If you encounter any problem about installation, you may want to raise an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose) in this repository.
### Install from PyPI