[embeddings] add doc in readme (#1711)

This commit is contained in:
Jiarui Fang
2022-10-16 21:57:50 +08:00
committed by GitHub
parent 22a115406b
commit b0a23dc4fc
2 changed files with 8 additions and 0 deletions

View File

@@ -153,6 +153,9 @@ distributed training and inference in a few lines.
Please visit our [documentation](https://www.colossalai.org/) and [examples](https://github.com/hpcaitech/ColossalAI-Examples) for more details.
### Recommendation System Models
- [Cached Embedding](https://github.com/hpcaitech/FreqCacheEmbedding), utilize software cache to train larger embedding tables with a smaller GPU memory budget.
<p align="right">(<a href="#top">back to top</a>)</p>
## Single GPU Training Demo