[doc] fix typo of BLOOM (#2643)

* [doc] fix typo of BLOOM
This commit is contained in:
binmakeswell
2023-02-08 17:28:29 +08:00
committed by GitHub
parent 37df666f38
commit a020eecc70
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
<ul>
<li><a href="#GPT-3-Inference">GPT-3</a></li>
<li><a href="#OPT-Serving">OPT-175B Online Serving for Text Generation</a></li>
<li><a href="#BLOOM-Inference">175B BLOOM</a></li>
<li><a href="#BLOOM-Inference">176B BLOOM</a></li>
</ul>
</li>
<li>
@@ -206,7 +206,7 @@ Please visit our [documentation](https://www.colossalai.org/) and [examples](htt
<img src="https://raw.githubusercontent.com/hpcaitech/public_assets/main/colossalai/img/BLOOM%20Inference.PNG" width=800/>
</p>
- [BLOOM](https://github.com/hpcaitech/EnergonAI/tree/main/examples/bloom): Reduce hardware deployment costs of 175-billion-parameter BLOOM by more than 10 times.
- [BLOOM](https://github.com/hpcaitech/EnergonAI/tree/main/examples/bloom): Reduce hardware deployment costs of 176-billion-parameter BLOOM by more than 10 times.
<p align="right">(<a href="#top">back to top</a>)</p>