Skip to content

Commit a4d323c

Browse files
committed
typo
1 parent ecec56d commit a4d323c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onnx_diagnostic/torch_export_patches/patches/patch_transformers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,6 @@ class patched_Gemma2RotaryEmbedding(common_RotaryEmbedding):
852852
_PATCHES_ = ["forward"]
853853
_PATCHED_CLASS_ = transformers.models.gemma2.modeling_gemma2.Gemma2RotaryEmbedding
854854

855-
856855
class patched_Gemma3RotaryEmbedding(common_RotaryEmbedding):
857856
_PATCHES_ = ["forward"]
858857
_PATCHED_CLASS_ = transformers.models.gemma3.modeling_gemma3.Gemma3RotaryEmbedding

0 commit comments

Comments
 (0)