Skip to content

Commit

Permalink
add all
Browse files Browse the repository at this point in the history
Signed-off-by: marscrazy <marscrazy_90@163.com>
  • Loading branch information
marscrazy committed Jun 10, 2022
1 parent 5b26606 commit 49b0770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_glm_seq2seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def test_init_trainer_pytorch(self):
eval_interval=100,
log_interval=50,
experiment_name='glm_large',
fp16=True,
pytorch_device='cuda',
load_dir=None,
lr=1e-4)
print("downloading...")

Expand Down
1 change: 1 addition & 0 deletions tests/test_glm_superglue.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_init_trainer_pytorch(self):
experiment_name='glm_large',
pytorch_device='cuda',
load_dir=None,
fp16=True,
lr=1e-4,
save_epoch=10)
print("downloading...")
Expand Down

0 comments on commit 49b0770

Please sign in to comment.