Skip to content

Commit

Permalink
serialization disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Jan 30, 2024
1 parent 707aecc commit d6b2880
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/src/distributed/1_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ that reduce the parallel efficiency, which can be summarized as follows:
parallelization for small tasks.
- Transferring large amounts of data among workers may hamper parallel
efficiency. Use [the system of model variants](../concepts/1_screen.md) to avoid
transferring many similar models to the workers, and [model serialization
functionality](4_serialized.md) to quickly distribute share large models to the
workers.
transferring many similar models to the workers.

!!! note "Cost of the distribution and parallelization overhead"
Before allocating extra resources into the distributed execution, always
Expand Down

0 comments on commit d6b2880

Please sign in to comment.