Skip to content

Commit

Permalink
Fix error with vocab divisibility
Browse files Browse the repository at this point in the history
  • Loading branch information
king-menin authored Aug 17, 2021
1 parent c034511 commit 08416ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deepspeed_gpt3_medium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gpt_options=" \
--num-layers 24 \
--hidden-size 1024 \
--num-attention-heads 16 \
--make-vocab-size-divisible-by 1 \
--batch-size 1 \
--seq-length 1024 \
--max-position-embeddings 2048 \
Expand Down

0 comments on commit 08416ee

Please sign in to comment.