Skip to content

Commit c37e666

Browse files
committed
add pr link
1 parent 7129b38 commit c37e666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnx_diagnostic/torch_export_patches/patches/patch_transformers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,7 @@ def forward(self, hidden_states: torch.Tensor) -> torch.Tensor:
18551855
class patched_Gemma3Model(torch.nn.Module):
18561856
_PATCHES_ = ["get_placeholder_mask"]
18571857
_PATCHED_CLASS_ = transformers.models.gemma3.modeling_gemma3.Gemma3Model
1858+
_PATCHED_PR_ = "https://github.com/huggingface/transformers/pull/41319"
18581859

18591860
def get_placeholder_mask(
18601861
self,

0 commit comments

Comments
 (0)