Skip to content

Commit

Permalink
pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vchiley committed Nov 13, 2023
1 parent 70b40ec commit ca7f4de
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 @@ -1259,7 +1259,7 @@ def test_forward_with_cache(attn_impl: str, device: str, pos_emb_config: dict,
torch.testing.assert_close(
second_output.logits,
full_output.logits[:, -1, :].unsqueeze(1),
atol=1e-1,
atol=1.1e-2,
rtol=1e-2,
)

Expand Down

0 comments on commit ca7f4de

Please sign in to comment.