File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/test_tipc/configs/llama Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ null:null
13
13
null:null
14
14
##
15
15
trainer:norm_train
16
- norm_train:../llm/llama/benchmark.py --model_name_or_path facebook/llama-7b-2l --do_train --max_steps 500 --recompute False --overwrite_output_dir --output_dir ./checkpoints/ --fp16_opt_level O2 --learning_rate 3e-5 --warmup_steps 0 --seed 23 --logging_steps 1
16
+ norm_train:../llm/llama/benchmark.py --model_name_or_path facebook/llama-7b-2l --do_train --max_steps 500 --recompute False --overwrite_output_dir --output_dir ./checkpoints/ --fp16_opt_level O2 --learning_rate 3e-5 --warmup_steps 0 --seed 23 --logging_steps 1 --dataloader_num_workers 1
17
17
pact_train:null
18
18
fpgm_train:null
19
19
distill_train:null
You can’t perform that action at this time.
0 commit comments