Skip to content

Commit 774acb4

Browse files
committed
enable mock data and training from no chkpt
1 parent 2796b28 commit 774acb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/megatron/configs/MI300X/zebra_llama_1B_kda-pretrain.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ modules:
6262
use_distributed_optimizer: true
6363

6464
# data
65-
mock_data: false
65+
mock_data: true
6666
train_data_path: >
6767
/home/[email protected]/Primus/data/fineweb-edu-10BT/HuggingFaceTokenizer/fineweb_edu_10BT_0_text_sentence
6868
/home/[email protected]/Primus/data/fineweb-edu-10BT/HuggingFaceTokenizer/fineweb_edu_10BT_1_text_sentence
@@ -74,7 +74,7 @@ modules:
7474
# ckpt
7575
finetune: false
7676
auto_continue_train: true
77-
load: ./output/amd/root/zebra_llama_1B_kda-pretrain/checkpoints
77+
load: null
7878
save: ./output/zebra_llama_1B_kda-pretrain
7979
save_interval: 1000
8080
disable_last_saving: false

0 commit comments

Comments
 (0)