Skip to content

Commit

Permalink
Update schedule.mdx
Browse files Browse the repository at this point in the history
modify default batching_timeout
  • Loading branch information
tp-nan authored Jul 15, 2024
1 parent 1164517 commit d54582c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Intra-node/schedule.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For `BaselineSchedule`, these six instances form two virtual instances, with eac
### Initialization
| | Functionality | Remarks |
|------------------|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
| batching_timeout | Timeout for batching, default 0 (in milliseconds) | Does not accept `&` syntax; ineffective when batching is not needed |
| batching_timeout | Timeout for batching | Does not accept `&` syntax; ineffective when batching is not needed |
| instance_num | Number of instances | instance_num multiplied by the backend's max() is generally set to slightly less than the maximum amount of data to be processed simultaneously |
| backend | Actual computation backend | Provides data input range through min()/max() functions |

Expand Down Expand Up @@ -100,4 +100,4 @@ To globally or locally change the scheduling system, set the new `PipelineV3::ba


import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import TabItem from '@theme/TabItem';

0 comments on commit d54582c

Please sign in to comment.