text-generation-inference/integration-tests/models/__snapshots__/test_flash_gemma3
Daniël de Kok 84ab88d843
Support flashinfer for Gemma3 prefill (#3167)
* launcher: ensure correct detection of Gemma 3 head size

* Support flashinfer for Gemma3 prefill

Gemma3 uses bidirectional attention for images. Flashinfer
supports custom masks. Hook up the mask with flashinfer, so that we do
not have to use the slower SDPA implementation for prefills with images.

* Update Gemma3 test outputs

* Fixed unused import
2025-04-17 18:07:41 +02:00
..
test_exceed_window.json Bug Fix: Sliding Window Attention (#3112) 2025-03-18 10:37:33 +01:00
test_flash_gemma3_image_base64_rgb_jpg.json Bug Fix: Sliding Window Attention (#3112) 2025-03-18 10:37:33 +01:00
test_flash_gemma3_image_base64_rgb_png.json Support flashinfer for Gemma3 prefill (#3167) 2025-04-17 18:07:41 +02:00
test_flash_gemma3_image_base64_rgba.json Support flashinfer for Gemma3 prefill (#3167) 2025-04-17 18:07:41 +02:00
test_flash_gemma3_image_cow_dog.json Support flashinfer for Gemma3 prefill (#3167) 2025-04-17 18:07:41 +02:00
test_flash_gemma3_image_cow.json Support flashinfer for Gemma3 prefill (#3167) 2025-04-17 18:07:41 +02:00
test_flash_gemma3.json Support flashinfer for Gemma3 prefill (#3167) 2025-04-17 18:07:41 +02:00