Skip to content

Commit 06005f3

Browse files
authored
[BugFix] Delete apply chat template for SFT (#1307)
1 parent 5e41c7e commit 06005f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-qwen3-4B-base-sft.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SFT_ARGS=(
3838
--rollout-function-path slime.rollout.sft_rollout.generate_rollout
3939
--prompt-data /root/openhermes2_5.parquet
4040
--input-key messages
41-
--apply-chat-template
41+
# --apply-chat-template
4242
--rollout-shuffle
4343
--num-epoch 3
4444
--rollout-batch-size 128

0 commit comments

Comments
 (0)