Skip to content

Commit 5723c43

Browse files
committed
fix typo
1 parent 87e9693 commit 5723c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_export_patches/patches/patch_transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ class patched_Phi4MultimodalRotaryEmbedding(common_RotaryEmbedding):
889889

890890
class patched_SmolLM3RotaryEmbedding(common_RotaryEmbedding):
891891
_PATCHES_ = ["forward"]
892-
_PATCHED_CLASS_ = transformers.models.smallm3.modeling_smallm3.SmolLM3RotaryEmbedding
892+
_PATCHED_CLASS_ = transformers.models.smollm3.modeling_smollm3.SmolLM3RotaryEmbedding
893893

894894

895895
class patched_IdeficsEmbedding(torch.nn.Module):

0 commit comments

Comments
 (0)