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 87e9693 commit 5723c43Copy full SHA for 5723c43
onnx_diagnostic/torch_export_patches/patches/patch_transformers.py
@@ -889,7 +889,7 @@ class patched_Phi4MultimodalRotaryEmbedding(common_RotaryEmbedding):
889
890
class patched_SmolLM3RotaryEmbedding(common_RotaryEmbedding):
891
_PATCHES_ = ["forward"]
892
- _PATCHED_CLASS_ = transformers.models.smallm3.modeling_smallm3.SmolLM3RotaryEmbedding
+ _PATCHED_CLASS_ = transformers.models.smollm3.modeling_smollm3.SmolLM3RotaryEmbedding
893
894
895
class patched_IdeficsEmbedding(torch.nn.Module):
0 commit comments