Skip to content

Commit 1da231f

Browse files
authored
Resolve the issue of the first-round commit failure under dsv2 (#186)
1 parent d9393b8 commit 1da231f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucm/patch/0.9.2/vllm-adapt.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ index b06b7cc80..22c22a148 100644
278278
- (output, ) = self.collective_rpc(
279279
+ non_block = self.max_concurrent_batches > 1
280280
+
281-
+ if not self.has_connector:
281+
+ if not self.has_connector or self.vllm_config.model_config.use_mla:
282282
+ # get output only from a single worker (output_rank)
283283
+ (output, ) = self.collective_rpc(
284284
+ "execute_model",

0 commit comments

Comments
 (0)