Update expected output values after #39885 (part 1) (#39990)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2025-08-07 16:00:28 +02:00
committed by GitHub
parent d5a0809707
commit 43d3b1931a
29 changed files with 103 additions and 103 deletions

View File

@@ -692,7 +692,7 @@ class GroundingDinoModelIntegrationTests(unittest.TestCase):
expectations = Expectations(
{
(None, None): [[-4.8913, -0.1900, -0.2161], [-4.9653, -0.3719, -0.3950], [-5.9599, -3.3765, -3.3104]],
("cuda", 8): [[-4.8927, -0.1910, -0.2169], [-4.9657, -0.3748, -0.3980], [-5.9579, -3.3812, -3.3153]],
("cuda", 8): [[-4.8915, -0.1900, -0.2161], [-4.9658, -0.3716, -0.3948], [-5.9596, -3.3763, -3.3103]],
}
)
expected_logits = torch.tensor(expectations.get_expectation()).to(torch_device)