Skip to content

Commit

Permalink
Fix dataset type with Pretrain-IdxMap (#70)
Browse files Browse the repository at this point in the history
* Fix dataset type with Pretrain-IdxMap

* Fix dataset type with Pretrain-IdxMap

* Fix dataset type with Pretrain-IdxMap

---------

Co-authored-by: 同润 <[email protected]>
  • Loading branch information
jerryli1981 and 同润 committed Nov 16, 2023
1 parent 6294df4 commit 54d0fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llama2/run_pretrain_megatron_llama.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ OUTPUT_BASEPATH=${24}

if [ $MODEL_SIZE = 7B ]; then

NUM_LAYERS=2
NUM_LAYERS=32
HIDDEN_SIZE=4096
NUM_ATTN_HEADS=32
INTERMEDIATE_SIZE=11008
Expand Down

0 comments on commit 54d0fa9

Please sign in to comment.