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/main/java/com/example/executorchllamademo/LlmBenchmarkRunner.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ public class LlmBenchmarkRunner extends Activity implements ModelRunnerCallback
26
26
StringmPrompt;
27
27
TextViewmTextView;
28
28
StatsDumpmStatsDump;
29
-
// We will write the result back to this directory as it's known by the spec file
0 commit comments