Fix AssertionError on rebalancing (#370)

debug-leak
Alexander Borzunov 11 months ago committed by GitHub
parent f97582fb5f
commit a6fdfc0556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -418,7 +418,7 @@ class ModuleContainer(threading.Thread):
module_uids = [f"{dht_prefix}{UID_DELIMITER}{block_index}" for block_index in block_indices]
memory_cache = MemoryCache(attn_cache_bytes, alloc_timeout)
assert server_info.state == ServerState.JOINING
server_info.state = ServerState.JOINING
dht_announcer = ModuleAnnouncerThread(
module_uids,
dht,

Loading…
Cancel
Save