Skip to content

Commit 314124e

Browse files
committed
Fix
1 parent 61b480b commit 314124e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • llm/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo

llm/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/UIWorkflowTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class UIWorkflowTest {
6161
private const val TAG = "UIWorkflowTest"
6262
private const val RESPONSE_TAG = "LLAMA_RESPONSE"
6363
private const val DEFAULT_MODEL_FILE = "stories110M.pte"
64-
private const val DEFAULT_TOKENIZER_FILE = "stories.model"
64+
private const val DEFAULT_TOKENIZER_FILE = "tokenizer.model"
6565
}
6666

6767
@get:Rule

0 commit comments

Comments
 (0)