File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
tokenizer :
33
33
_component_ : torchtune.models.llama2.llama2_tokenizer
34
34
path : /tmp/Llama-2-7b-hf/tokenizer.model
35
- max_seq_len : 1024
35
+ max_seq_len : 1024 # higher increases memory
36
36
37
37
checkpointer :
38
38
_component_ : torchtune.training.FullModelHFCheckpointer
Original file line number Diff line number Diff line change 31
31
tokenizer :
32
32
_component_ : torchtune.models.llama2.llama2_tokenizer
33
33
path : /tmp/Llama-2-7b-hf/tokenizer.model
34
- max_seq_len : 1024
34
+ max_seq_len : 1024 # higher increases memory
35
35
36
36
checkpointer :
37
37
_component_ : torchtune.training.FullModelHFCheckpointer
Original file line number Diff line number Diff line change 32
32
tokenizer :
33
33
_component_ : torchtune.models.llama3.llama3_tokenizer
34
34
path : /tmp/Meta-Llama-3.1-8B-Instruct/original/tokenizer.model
35
- max_seq_len : null
35
+ max_seq_len : 1024 # higher increases memory
36
36
37
37
checkpointer :
38
38
_component_ : torchtune.training.FullModelHFCheckpointer
Original file line number Diff line number Diff line change 31
31
tokenizer :
32
32
_component_ : torchtune.models.llama3.llama3_tokenizer
33
33
path : /tmp/Meta-Llama-3.1-8B-Instruct/original/tokenizer.model
34
- max_seq_len : null
34
+ max_seq_len : 1024 # higher increases memory
35
35
36
36
checkpointer :
37
37
_component_ : torchtune.training.FullModelHFCheckpointer
You can’t perform that action at this time.
0 commit comments