[doc] update recommedation system urls (#1725)

This commit is contained in:
Jiarui Fang
2022-10-18 13:38:41 +08:00
committed by GitHub
parent 51b89d2202
commit c626b23960
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ 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.
- [Cached Embedding](https://github.com/hpcaitech/CachedEmbedding), 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>