diff --git a/README.md b/README.md index de50828..df92364 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ [![Latest](https://img.shields.io/badge/Latest-v0.2.1-f28500)](./fluxon_release) [![Interfaces](https://img.shields.io/badge/Interfaces-KV%2FRPC%20%7C%20MQ%20%7C%20FS-1f6feb)](#interface-capabilities) +
+ + WeChat group + +
+ WeChat group QR code +
+ [English](./README.md) | [中文](./README_CN.md) | [Docs](https://tele-ai.github.io/Fluxon/) | [中文文档](https://tele-ai.github.io/Fluxon/cn/) | GitHub repository diff --git a/README_CN.md b/README_CN.md index 62d3d9e..80b0b51 100644 --- a/README_CN.md +++ b/README_CN.md @@ -2,6 +2,25 @@ ![](./pics/post_en.png) +
+ +[![Linux Only](https://img.shields.io/badge/Linux-Only-2ea44f)](#运行要求) +[![Python](https://img.shields.io/badge/Python-%3E%3D3.10-3776AB)](#运行要求) +[![Rust](https://img.shields.io/badge/Rust-1.93.0-000000)](./fluxon_rs/rust-toolchain.toml) +[![Latest](https://img.shields.io/badge/Latest-v0.2.1-f28500)](./fluxon_release) +[![Interfaces](https://img.shields.io/badge/Interfaces-KV%2FRPC%20%7C%20MQ%20%7C%20FS-1f6feb)](#接口能力) + +
+ + WeChat group + +
+ 微信群二维码 +
+ +[中文](./README_CN.md) | [English](./README.md) | [用户文档](https://tele-ai.github.io/Fluxon/cn/) | [English Docs](https://tele-ai.github.io/Fluxon/) | GitHub repository + +
当 GPU 算力持续提升,AI 系统的瓶颈正在从单点算子扩展到数据面。推理服务需要跨节点复用 `KV Cache`;训练流水线需要在异构资源池之间传递中间态;模型文件与 `Checkpoint` 需要在远端访问与本地缓存间稳定流动。 @@ -24,17 +43,7 @@ Fluxon 的设计正是围绕这些问题展开。它将数据面资源、对象 ![](./pics/fluxon架构图20260423.png) -
-[![Linux Only](https://img.shields.io/badge/Linux-Only-2ea44f)](#运行要求) -[![Python](https://img.shields.io/badge/Python-%3E%3D3.10-3776AB)](#运行要求) -[![Rust](https://img.shields.io/badge/Rust-1.93.0-000000)](./fluxon_rs/rust-toolchain.toml) -[![Latest](https://img.shields.io/badge/Latest-v0.2.1-f28500)](./fluxon_release) -[![Interfaces](https://img.shields.io/badge/Interfaces-KV%2FRPC%20%7C%20MQ%20%7C%20FS-1f6feb)](#接口能力) - -[中文](./README_CN.md) | [English](./README.md) | [用户文档](https://tele-ai.github.io/Fluxon/cn/) | [English Docs](https://tele-ai.github.io/Fluxon/) | GitHub repository - -
diff --git a/pics/wechat_group.png b/pics/wechat_group.png new file mode 100644 index 0000000..efd1f1b Binary files /dev/null and b/pics/wechat_group.png differ