Skip to content

Commit

Permalink
fix gpt3 e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhiyuLi-goog committed Feb 15, 2024
1 parent 4c9eac6 commit 2261012
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions MaxText/configs/models/gpt3-52k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ adam_b1: 0.9
adam_b2: 0.95
adam_eps: 1.e-8
adam_weight_decay: 0.1
attention: "dot_product" # head_dim 8 is too small for splash/flash attention
1 change: 0 additions & 1 deletion MaxText/tests/gpt3_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def setUp(self):
super().setUp()
pyconfig.initialize(
[sys.argv[0], 'configs/base.yml'],
attention="dot_product",
run_name='test',
enable_checkpointing=False,
model_name='gpt3-52k',
Expand Down

0 comments on commit 2261012

Please sign in to comment.