Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b241e96

Browse files
committed
replace name
1 parent 767d433 commit b241e96

22 files changed

+23
-23
lines changed

torchchat/edge/android/torchchat/app/src/androidTest/java/org/pytorch/torchchat/PerfTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import static org.junit.Assert.assertEquals;
1212
import static org.junit.Assert.assertFalse;

torchchat/edge/android/torchchat/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.example.executorchllamademo">
4+
package="org.pytorch.torchchat">
55

66
<uses-sdk
77
android:maxSdkVersion="40"
@@ -52,7 +52,7 @@
5252
android:name=".LlmBenchmarkRunner"
5353
android:exported="true">
5454
<intent-filter>
55-
<action android:name="com.example.executorchllamademo.BENCHMARK" />
55+
<action android:name="org.pytorch.torchchat.BENCHMARK" />
5656
</intent-filter>
5757
</activity>
5858

torchchat/edge/android/torchchat/app/src/main/java/org/pytorch/torchchat/AppLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import java.text.SimpleDateFormat;
1212
import java.util.Date;

torchchat/edge/android/torchchat/app/src/main/java/org/pytorch/torchchat/DemoSharedPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import android.content.Context;
1212
import android.content.SharedPreferences;

torchchat/edge/android/torchchat/app/src/main/java/org/pytorch/torchchat/ETImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import android.content.ContentResolver;
1212
import android.graphics.Bitmap;

torchchat/edge/android/torchchat/app/src/main/java/org/pytorch/torchchat/ETLogging.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import android.app.Application;
1212
import android.util.Log;

torchchat/edge/android/torchchat/app/src/main/java/org/pytorch/torchchat/LlmBenchmarkRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import android.app.Activity;
1212
import android.app.ActivityManager;

torchchat/edge/android/torchchat/app/src/main/java/org/pytorch/torchchat/LogsActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import android.app.AlertDialog;
1212
import android.content.DialogInterface;

torchchat/edge/android/torchchat/app/src/main/java/org/pytorch/torchchat/LogsAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import android.view.LayoutInflater;
1212
import android.view.View;

torchchat/edge/android/torchchat/app/src/main/java/org/pytorch/torchchat/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
package com.example.executorchllamademo;
9+
package org.pytorch.torchchat;
1010

1111
import android.Manifest;
1212
import android.app.ActivityManager;

0 commit comments

Comments
 (0)