Skip to content

Commit 24ae058

Browse files
authored
Update PromptFormat.java
1 parent a44ca43 commit 24ae058

File tree

1 file changed

+1
-1
lines changed
  • examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo

1 file changed

+1
-1
lines changed

examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/PromptFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static String getStopToken(ModelType modelType) {
8080
case LLAVA_1_5:
8181
return "</s>";
8282
case QWEN_3:
83-
return "<|im_end|>";
83+
return "<|endoftext|>";
8484
default:
8585
return "";
8686
}

0 commit comments

Comments
 (0)