You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/PerfTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public void testTokensPerSecond() {
37
37
// Check that the model can be load successfully
38
38
assertEquals(0, loadResult);
39
39
40
-
// Run some testing prompt
40
+
// Run a testing prompt
41
41
mModule.generate("How do you do! I'm testing llama2 on mobile device", PerfTest.this);
0 commit comments