Skip to content

Commit

Permalink
Fix model test
Browse files Browse the repository at this point in the history
  • Loading branch information
gahdritz committed Jun 24, 2023
1 parent df06706 commit d5da89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_dry_run(self):
# deepspeed for this test

model = AlphaFold(c)
model.eval()

batch = {}
tf = torch.randint(c.model.input_embedder.tf_dim - 1, size=(n_res,))
Expand Down

0 comments on commit d5da89c

Please sign in to comment.