mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-18 02:16:59 +08:00
Fix pre-commit
Signed-off-by: ilmarkov <markovilya197@gmail.com>
This commit is contained in:
parent
154245dc5e
commit
5cd45c646f
@ -128,6 +128,7 @@ async def transfer_run_periodically(
|
|||||||
if not rebalancing_algorithm_executed:
|
if not rebalancing_algorithm_executed:
|
||||||
run_rebalance_experts(model_state, state)
|
run_rebalance_experts(model_state, state)
|
||||||
rebalancing_algorithm_executed = True
|
rebalancing_algorithm_executed = True
|
||||||
|
assert model_state.new_physical_to_logical_map is not None
|
||||||
|
|
||||||
layer_idx = model_state.layer_to_transfer
|
layer_idx = model_state.layer_to_transfer
|
||||||
old_layer_indices = model_state.physical_to_logical_map[
|
old_layer_indices = model_state.physical_to_logical_map[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user