mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-24 02:29:10 +08:00
Fix
Signed-off-by: ilmarkov <markovilya197@gmail.com>
This commit is contained in:
parent
b679f66e58
commit
154245dc5e
@ -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[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user