We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecec56d commit a4d323cCopy full SHA for a4d323c
onnx_diagnostic/torch_export_patches/patches/patch_transformers.py
@@ -852,7 +852,6 @@ class patched_Gemma2RotaryEmbedding(common_RotaryEmbedding):
852
_PATCHES_ = ["forward"]
853
_PATCHED_CLASS_ = transformers.models.gemma2.modeling_gemma2.Gemma2RotaryEmbedding
854
855
-
856
class patched_Gemma3RotaryEmbedding(common_RotaryEmbedding):
857
858
_PATCHED_CLASS_ = transformers.models.gemma3.modeling_gemma3.Gemma3RotaryEmbedding
0 commit comments