Skip to content

Commit 6a0a05e

Browse files
committed
delete invaild print
1 parent d018ec8 commit 6a0a05e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm_ascend/eplb/eplb_updator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ def get_expert_load(self):
254254
layers.append({f"layer_{l}": layer_val})
255255
expert_load[f"card_{c}"] = layers
256256

257-
print(expert_load)
258257
return {"expert_load": expert_load}
259258

260259
def update_expert_load_statistical_period(self, num_expert_load_gather: int, num_iterations: int):

0 commit comments

Comments
 (0)