Skip to content

Commit b64a76a

Browse files
committed
Remove unused benchmark activity
Use minibench from pytorch/executorch repo
1 parent c014543 commit b64a76a

File tree

3 files changed

+0
-248
lines changed

3 files changed

+0
-248
lines changed

llm/android/LlamaDemo/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,6 @@
7171
<category android:name="android.intent.category.LAUNCHER" />
7272
</intent-filter>
7373
</activity>
74-
75-
<activity
76-
android:name=".LlmBenchmarkRunner"
77-
android:exported="true">
78-
<intent-filter>
79-
<action android:name="com.example.executorchllamademo.BENCHMARK" />
80-
</intent-filter>
81-
</activity>
82-
8374
</application>
8475

8576
</manifest>

llm/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/LlmBenchmarkRunner.java

Lines changed: 0 additions & 223 deletions
This file was deleted.

llm/android/LlamaDemo/app/src/main/res/layout/activity_benchmarking.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)