Skip to content

Commit 5afbf25

Browse files
svcnvidia-nemo-cidimapihtaryaoyu-33
authored
chore(beep boop 🤖): Bump uv.lock (main, mcore-main) (2026-06-19) (#4416)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com> Co-authored-by: dimapihtar <37850217+dimapihtar@users.noreply.github.com> Co-authored-by: yaoyu-33 <yaoyu.094@gmail.com>
1 parent 48817fb commit 5afbf25

4 files changed

Lines changed: 53 additions & 52 deletions

File tree

‎.main.commit‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5182aa69757937a8ade898d41a26d27a818cc711
1+
d1410e15e164923f23b8e1a3384bf22c29640fcc

‎tests/unit_tests/models/gemma_vl/test_gemma4_vl_modeling.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ def test_forward_scatters_sequence_parallel_decoder_input(self):
277277
input_ids = torch.tensor([[7, 8]])
278278
calls = []
279279

280-
def fake_scatter(tensor):
280+
def fake_scatter(tensor, *, group=None):
281+
assert group is None
281282
calls.append(tensor)
282283
return tensor + 1.0
283284

0 commit comments

Comments
 (0)