mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 10:12:23 +06:00
fix
This commit is contained in:
parent
8fc6ad769b
commit
8353c2a799
@ -780,4 +780,4 @@ class DeformableDetrModelIntegrationTests(unittest.TestCase):
|
||||
[-10.0665, -5.8470, -7.7003],
|
||||
]
|
||||
)
|
||||
assert torch.allclose(cpu_outputs.logits[0, :3, :3], expected_logits, atol=1e-4)
|
||||
assert torch.allclose(cpu_outputs.logits[0, :3, :3], expected_logits, atol=2e-4)
|
||||
|
Loading…
Reference in New Issue
Block a user