Skip to content

Commit c4ae6c8

Browse files
committed
Try again
1 parent 2c6ebd5 commit c4ae6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ object PromptFormat {
9595

9696
@JvmStatic
9797
fun getGemmaPreImagePrompt(): String {
98-
return "<start_of_turn>user\n<start_of_image>"
98+
return "<start_of_turn>user\n"
9999
}
100100

101101
@JvmStatic

0 commit comments

Comments
 (0)