@@ -261,8 +261,8 @@ When you create a collector with weight sync schemes, the following initializati
261261 | - model ref | | - model ref |
262262 | | | |
263263 | Registers: | | Registers: |
264- | - model | | - model |
265- | - workers | | - transport |
264+ | - " model" | | - model |
265+ | - " workers" | | - transport |
266266 +--------------+ +---------------+
267267 | |
268268 | Transport Layer |
@@ -272,8 +272,8 @@ When you create a collector with weight sync schemes, the following initializati
272272 | +----------------+ |
273273 | |
274274 | +--------------------+ |
275- +-> | SharedMemTransport | <-+
276- | | (shared memory) | |
275+ +-> |" SharedMemTransport" | <-+
276+ | |" (shared memory)"" | |
277277 | +--------------------+ |
278278 | |
279279 | +----------------+ |
@@ -348,17 +348,19 @@ One of the key features is support for synchronizing multiple models independent
348348 | +----------+ | | +--------+ |
349349 | | Policy A | | | |Policy A| |
350350 | +----------+ | | +--------+ |
351+ | | | |
351352 | +----------+ | | +--------+ |
352353 | | Model B | | | |Model B| |
353354 | +----------+ | | +--------+ |
354355 | | | |
355356 | Weight Senders: | | Weight Receivers: |
356- | +----------+ | | |
357- | | Sender A +---+------------+->Receiver A |
358- | +----------+ | | |
359- | +----------+ | | +--------+ |
360- | | Sender B +---+------------+->Receiver B |
361- | +----------+ | Pipes | |
357+ | +----------+ | | +------------+ |
358+ | | Sender A +---+------------+-> + Receiver A | |
359+ | +----------+ | | +------------+ |
360+ | | | |
361+ | +----------+ | | +------------+ |
362+ | | Sender B +---+------------+->+ Receiver B | |
363+ | +----------+ | "Pipes" | +------------+ |
362364 +-----------------+ +-------------------+
363365
364366Each model gets its own sender/receiver pair, allowing independent synchronization frequencies,
0 commit comments