Skip to content

Commit fc88c4b

Browse files
Merge pull request #100 from raindaywhu/dev_whq_eplb3
fix incident for function forward_end in eplb_updator.py
2 parents a3544ce + 1a067a3 commit fc88c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/eplb/eplb_updator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def forward_before(self):
130130
self.reqs = []
131131
self.eplb_loader.asyn_expert_weight_transfer(self.reqs)
132132

133-
def forward_end(self,dummy_run=False):
133+
def forward_end(self,dummy_run=False):
134134
self.adaptor.get_rank_expert_workload(self.num_moe_layers,dummy_run)
135135
if not self.update_in_flight:
136136
load_gather_iteration, update_iteration = self.get_update_iteration()

0 commit comments

Comments
 (0)