Commit 3de188e9 authored by Christina Floristean's avatar Christina Floristean
Browse files

Minor model test fix

parent a18f98cf
......@@ -55,7 +55,7 @@ class TestModel(unittest.TestCase):
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment