Skip to content

Commit 7e27145

Browse files
committed
and just load
1 parent 18cbb67 commit 7e27145

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch/LlmModuleInstrumentationTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ public void testGenerate() throws IOException, URISyntaxException{
7979
// Check that the model can be load successfully
8080
assertEquals(OK, loadResult);
8181

82-
mModule.generate(TEST_PROMPT, SEQ_LEN, LlmModuleInstrumentationTest.this);
83-
assertEquals(results.size(), SEQ_LEN);
84-
assertTrue(tokensPerSecond.get(tokensPerSecond.size() - 1) > 0);
8582
}
8683

8784
@Override

0 commit comments

Comments
 (0)