File tree 2 files changed +5
-1
lines changed
torchchat/edge/android/torchchat/app
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ runner-et/cmake-out/*
19
19
runner-aoti /cmake-out /*
20
20
cmake-out /
21
21
22
+ # Example project Android Studio ignore
23
+ torchchat /edge /android /torchchat /.idea /*
24
+
25
+
22
26
# pte files
23
27
* .pte
24
28
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
implementation(" androidx.constraintlayout:constraintlayout:2.2.0-alpha12" )
58
58
implementation(" com.facebook.fbjni:fbjni:0.5.1" )
59
59
implementation(" com.google.code.gson:gson:2.8.6" )
60
- implementation(files(" libs/executorch-llama .aar" ))
60
+ implementation(files(" libs/executorch.aar" ))
61
61
implementation(" com.google.android.material:material:1.12.0" )
62
62
implementation(" androidx.activity:activity:1.9.0" )
63
63
testImplementation(" junit:junit:4.13.2" )
You can’t perform that action at this time.
0 commit comments