File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
docs/source_en/Usage Guide/Server and Client
src/twinkle/server/twinkle Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ applications:
121121- Different components will be automatically assigned to different Nodes
122122- Ray will automatically schedule to the appropriate Node based on resource requirements (`num_gpus`, `num_cpus` in `ray_actor_options`)
123123
124- In the YAML configuration file, **each component needs to occupy a separate Node**, and the `ranks` within each Node are numbered starting from 0 .
124+ In the YAML configuration file, **each component needs to occupy a separate Node**.
125125
126126**Example configuration:**
127127
Original file line number Diff line number Diff line change @@ -200,8 +200,6 @@ def _on_adapter_expired(self, adapter_name: str) -> None:
200200 if self .get_adapter_info (adapter_name ):
201201 # Clear adapter state
202202 self .clear_adapter_state (adapter_name )
203-
204- self .model .remove_adapter (adapter_name )
205203 # Unregister from adapter manager
206204 self .unregister_adapter (adapter_name )
207205
You can’t perform that action at this time.
0 commit comments