File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demos/multimodal/gemma3/demo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ def test_multimodal_demo_text(
435435 position_id = prefill_lens + gen_idx
436436 next_token_tensor = next_tokens .reshape (max_batch_size , 1 )
437437
438- logits = generator .decode_forward (
438+ logits = generator .decode_forward_llama_vision (
439439 position_id ,
440440 next_token_tensor ,
441441 prefill_batch_xattn_masks ,
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ def test_multimodal_demo_text(
435435 position_id = prefill_lens + gen_idx
436436 next_token_tensor = next_tokens .reshape (max_batch_size , 1 )
437437
438- logits = generator .decode_forward (
438+ logits = generator .decode_forward_llama_vision (
439439 position_id ,
440440 next_token_tensor ,
441441 prefill_batch_xattn_masks ,
You can’t perform that action at this time.
0 commit comments