Skip to content

Commit

Permalink
add extra test back
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Nov 16, 2023
1 parent 43c4195 commit 2f8afa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_mpt_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def test_mpt_generate_callback(attn_impl: str, use_alibi: bool,

@pytest.mark.gpu
@pytest.mark.parametrize('attn_impl', ['triton', 'torch'])
@pytest.mark.parametrize('use_alibi', [True, False])
def test_mpt_generate_callback_not_tied(
attn_impl: str, build_tiny_mpt: Callable[..., ComposerMPTCausalLM],
tiny_ft_dataloader: DataLoader):
Expand Down

0 comments on commit 2f8afa2

Please sign in to comment.