Skip to content

Commit cb023c7

Browse files
authored
Update instruct-lora-8b.yml (#1789) [skip ci]
Config is giving an error if not using the end of the token as the `pad_to_sequence_len` is true.
1 parent 7402eb9 commit cb023c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/llama-3/instruct-lora-8b.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ deepspeed:
7474
weight_decay: 0.0
7575
fsdp:
7676
fsdp_config:
77+
special_tokens:
78+
pad_token: <|end_of_text|>

0 commit comments

Comments
 (0)