Skip to content

Commit 7905e25

Browse files
committed
Merge remote-tracking branch 'origin/main' into itest-timing
2 parents 314124e + 55ad4d7 commit 7905e25

3 files changed

Lines changed: 0 additions & 125 deletions

File tree

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

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

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

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

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ enum class ModelType(
4646
setOf(MediaCapability.TEXT, MediaCapability.AUDIO)
4747
);
4848

49-
/**
50-
* Returns a copy of the file name patterns associated with this model type.
51-
*/
52-
fun getPatterns(): Array<String> = patterns.copyOf()
53-
5449
/**
5550
* Checks if this model supports image input.
5651
*/

0 commit comments

Comments
 (0)