Skip to content

Commit

Permalink
fixed test seq2seq
Browse files Browse the repository at this point in the history
Signed-off-by: Anhforth <[email protected]>
  • Loading branch information
Anhforth committed Jun 24, 2022
1 parent 2d9c786 commit 1a4e253
Showing 1 changed file with 1 addition 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 @@ -25,7 +25,7 @@ def test_init_trainer_pytorch(self):
log_interval=50,
experiment_name='glm_large',
fp16=True,
pytorch_device='cuda:1',
pytorch_device='cuda',
lr=1e-4)
print("downloading...")

Expand Down

0 comments on commit 1a4e253

Please sign in to comment.