add inference submodule (#1047)

pull/1048/head
binmakeswell 2022-05-31 19:57:39 +08:00 committed by GitHub
parent 7faef93326
commit 626dd187e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

4
.gitmodules vendored
View File

@ -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

View File

@ -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 为您提供了一系列并行组件。我们的目标是让您的
<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">

View File

@ -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
<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">

1
inference Submodule

@ -0,0 +1 @@
Subproject commit 1a92c000df33b9a402d08b98854c8e60fa8ec9e9