Skip to content

Commit ed783d4

Browse files
authored
Add Communication Evolution documentation and update mkdocs configuration (#53)
- Introduced a new document detailing the evolution of in-cluster communication technologies, covering MPI, ZMQ, RPC, and Actors, with a focus on their complexities and applications in modern AI infrastructure. - Added a Chinese version of the communication evolution document to enhance accessibility for non-English speakers. - Updated the mkdocs configuration to include the new documentation in the navigation structure, ensuring it is easily discoverable for users.
1 parent e8bac5b commit ed783d4

3 files changed

Lines changed: 900 additions & 0 deletions

File tree

docs/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ plugins:
118118
HTTP2 Transport: HTTP2 传输
119119
Load Sync: 负载同步
120120
AS Actor Decorator: AS Actor 装饰器
121+
Communication Evolution: 集群内通信技术演进
121122
- mkdocstrings:
122123
handlers:
123124
python:
@@ -174,6 +175,7 @@ nav:
174175
- HTTP2 Transport: design/http2-transport.md
175176
- Load Sync: design/load_sync.md
176177
- AS Actor Decorator: design/as-actor-decorator.md
178+
- Communication Evolution: design/cluster-communication-evolution.md
177179

178180
extra:
179181
generator: false

0 commit comments

Comments
 (0)