Skip to content

Commit

Permalink
Minor model test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaflo committed Aug 10, 2023
1 parent a18f98c commit 3de188e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_dry_run(self):
n_res = consts.n_res
n_extra_seq = consts.n_extra

c = model_config(consts.model, train=True)
c = model_config(consts.model)
c.model.evoformer_stack.no_blocks = 4 # no need to go overboard here
c.model.evoformer_stack.blocks_per_ckpt = None # don't want to set up
# deepspeed for this test
Expand Down

0 comments on commit 3de188e

Please sign in to comment.