Signed-off-by: ilmarkov <markovilya197@gmail.com>
This commit is contained in:
ilmarkov 2025-12-23 12:09:14 +00:00
parent b679f66e58
commit 154245dc5e

View File

@ -130,7 +130,7 @@ async def transfer_run_periodically(
rebalancing_algorithm_executed = True
layer_idx = model_state.layer_to_transfer
old_layer_indices = model_state.old_physical_to_logical_map[
old_layer_indices = model_state.physical_to_logical_map[
layer_idx
]
new_layer_indices = model_state.new_physical_to_logical_map[