Yih-Dar
de4cf5a38e
Fix blip2 tests (#38510)
* fix 1: not sure
* fix 2: _supports_flex_attn = False
* fix 3: embedding_output = self.layernorm(query_embeds.to(self.layernorm.weight.dtype))
* fix 4: query_embeds = query_embeds.to(self.layernorm.weight.dtype)
* fix 5: text_embeds = text_embeds.to(dtype=torch.float16)
* fix 5: question_embeds.to(dtype=torch.float16)
* fix 6: text_embeds = text_embeds.to(dtype=self.itm_head.weight.dtype)
* fix 7: image_embeds and question_embeds
* fix 8: fix other 2 fp16 tests
* fix 9: fix T5 OOM
* fix 10: fix T5 OOM
* fix 11: fix T5
* fix 11: fix T5 beam
* fix 12: _supports_sdpa=False
* fix 12: style and expect
* revert
* revert
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
2025-06-02 22:46:35 +02:00
..
2025-04-08 14:12:08 +02:00
2025-05-01 15:21:55 +02:00
2025-04-28 14:20:45 +01:00
2024-03-19 14:43:02 +00:00
2025-04-28 10:44:51 +02:00
2025-05-23 17:17:38 +02:00
2025-06-02 22:46:35 +02:00
2025-04-08 14:12:08 +02:00
2025-04-28 15:10:46 +02:00
2025-05-23 17:17:38 +02:00
2025-05-28 10:30:16 +02:00
2025-04-11 11:08:36 +02:00
2025-04-08 14:12:08 +02:00
2025-05-20 10:09:01 +02:00
2025-04-08 14:12:08 +02:00
2025-05-26 10:18:53 +02:00
2025-05-28 15:38:42 +02:00
2025-05-28 17:22:25 +02:00
2025-04-08 14:12:08 +02:00
2025-04-09 11:48:49 +02:00
2025-04-08 14:12:08 +02:00
2025-05-21 11:50:46 +02:00
2025-05-08 10:51:15 +01:00
2025-06-02 17:51:07 +02:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-04-08 14:12:08 +02:00
2025-05-12 11:55:51 +02:00
2025-04-08 14:12:08 +02:00
2025-05-01 15:21:55 +02:00
2025-03-17 16:09:46 +01:00
2025-05-12 11:55:51 +02:00