Skip to content

Commit f2045c4

Browse files
ai-edge-botcopybara-github
authored andcommitted
Fix a typo in model name of OpenELM
PiperOrigin-RevId: 704791093
1 parent 5154a77 commit f2045c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_edge_torch/generative/test/test_model_conversion_large.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_smollm(self):
151151
)
152152
def test_openelm(self):
153153
config = openelm.get_fake_model_config()
154-
pytorch_model = openelm.OpenElm(config).eval()
154+
pytorch_model = openelm.OpenELM(config).eval()
155155
self._test_model(config, pytorch_model, "prefill", atol=1e-4, rtol=1e-5)
156156

157157
@googletest.skipIf(

0 commit comments

Comments
 (0)