Unverified Commit 626dd187 authored by binmakeswell's avatar binmakeswell Committed by GitHub
Browse files

add inference submodule (#1047)

parent 7faef933
...@@ -7,3 +7,7 @@ ...@@ -7,3 +7,7 @@
url = https://github.com/hpcaitech/ColossalAI-Examples.git url = https://github.com/hpcaitech/ColossalAI-Examples.git
branch = main branch = main
[submodule "inference"]
path = inference
url = https://github.com/hpcaitech/EnergonAI.git
branch = main
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</ul> </ul>
</li> </li>
<li> <li>
<a href="#推理样例展示">推理样例展示</a> <a href="#推理-Energon-AI-样例展示">推理 (Energon-AI) 样例展示</a>
<ul> <ul>
<li><a href="#GPT-3-Inference">GPT-3</a></li> <li><a href="#GPT-3-Inference">GPT-3</a></li>
</ul> </ul>
...@@ -153,7 +153,7 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的 ...@@ -153,7 +153,7 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>
## 推理样例展示 ## 推理 (Energon-AI) 样例展示
### GPT-3 ### GPT-3
<p id="GPT-3-Inference" align="center"> <p id="GPT-3-Inference" align="center">
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</ul> </ul>
</li> </li>
<li> <li>
<a href="#Inference-Demo">Inference Demo</a> <a href="#Inference-Energon-AI-Demo">Inference (Energon-AI) Demo</a>
<ul> <ul>
<li><a href="#GPT-3-Inference">GPT-3</a></li> <li><a href="#GPT-3-Inference">GPT-3</a></li>
</ul> </ul>
...@@ -158,7 +158,7 @@ Please visit our [documentation and tutorials](https://www.colossalai.org/) for ...@@ -158,7 +158,7 @@ Please visit our [documentation and tutorials](https://www.colossalai.org/) for
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>
## Inference Demo ## Inference (Energon-AI) Demo
### GPT-3 ### GPT-3
<p id="GPT-3-Inference" align="center"> <p id="GPT-3-Inference" align="center">
......
Subproject commit 1a92c000df33b9a402d08b98854c8e60fa8ec9e9
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment