Skip to content

Commit 45a9cdb

Browse files
committed
update
1 parent 65f1f7f commit 45a9cdb

File tree

2 files changed

+1
-3
lines changed
  • docs/source_en/Usage Guide/Server and Client
  • src/twinkle/server/twinkle

2 files changed

+1
-3
lines changed

docs/source_en/Usage Guide/Server and Client/Server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/twinkle/server/twinkle/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)