forked from mooncake-track/Mooncake
[docs] fix typo in README.md (#1453)
- Correct "Mooncake Transport Engine" to "Mooncake Transfer Engine" Signed-off-by: staryxchen <staryxchen@tencent.com>
This commit is contained in:
parent
47633c4661
commit
500e8e71b6
|
|
@ -29,7 +29,7 @@ This repository also hosts its technical report and the open sourced traces.
|
|||
|
||||
<h2 id="updates">🔄 Updates</h2>
|
||||
|
||||
- **Jan 28, 2026**: [FlexKV](https://github.com/taco-project/FlexKV), a distributed KV store and cache system from Tencent and NVIDIA in collaboration with the community, now supports [distributed KVCache reuse](https://github.com/taco-project/FlexKV/blob/main/docs/dist_reuse/README_en.md) with the Mooncake Transport Engine.
|
||||
- **Jan 28, 2026**: [FlexKV](https://github.com/taco-project/FlexKV), a distributed KV store and cache system from Tencent and NVIDIA in collaboration with the community, now supports [distributed KVCache reuse](https://github.com/taco-project/FlexKV/blob/main/docs/dist_reuse/README_en.md) with the Mooncake Transfer Engine.
|
||||
- **Jan 21, 2026**: Mooncake Project has been approved as a [PyTorch Eco-system](https://github.com/pytorch-fdn/ecosystem/issues/52) project. See [PyTorch Landscape](https://landscape.pytorch.org/?item=optimizations--general--mooncake) for details.
|
||||
- **Dec 23, 2025**: SGLang introduces [Encode-Prefill-Decode (EPD) Disaggregation](https://lmsys.org/blog/2026-01-12-epd/) with Mooncake as a transfer backend. This integration allows decoupling compute-intensive multimodal encoders (e.g., Vision Transformers) from language model nodes, utilizing Mooncake's RDMA engine for zero-copy transfer of large multimodal embeddings.
|
||||
- **Dec 19, 2025**: Mooncake Transfer Engine has been [integrated into TensorRT LLM](https://github.com/NVIDIA/TensorRT-LLM/tree/main/cpp/tensorrt_llm/executor/cache_transmission/mooncake_utils) for KVCache transfer in PD-disaggregated inference.
|
||||
|
|
|
|||
Loading…
Reference in New Issue