diff --git a/README-zh-Hans.md b/README-zh-Hans.md index c5c8c4d70..404980b3d 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -150,7 +150,7 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的 ### 推荐系统模型 -- [Cached Embedding](https://github.com/hpcaitech/FreqCacheEmbedding), 使用软件Cache实现Embeddings,用更少GPU显存训练更大的模型。 +- [Cached Embedding](https://github.com/hpcaitech/CachedEmbedding), 使用软件Cache实现Embeddings,用更少GPU显存训练更大的模型。

(返回顶端)

diff --git a/README.md b/README.md index f844b8994..3fbcbf675 100644 --- a/README.md +++ b/README.md @@ -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.

(back to top)