Commit 34296a8
Enable PaliGemma conversion tests
- PaliGemma conversion tests crashes because RemoveSDPACompositeZeroMaskPass
replaces zero masks (used by ImageDecoder) with identity op which leads
XNNPACK to access out-of-range area when it tries to get mask tensors
- Disable high-level function until RemoveSDPACompositeZeroMaskPass is removed
- Verified that it passes 100% now
PiperOrigin-RevId: 7164326351 parent 3695fdb commit 34296a8
File tree
2 files changed
+5
-3
lines changed- ai_edge_torch/generative
- examples/paligemma
- test
2 files changed
+5
-3
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments