Expectation fixes and added AMD expectations (#38729)
This commit is contained in:
@@ -541,16 +541,24 @@ class JanusIntegrationTest(unittest.TestCase):
|
||||
# fmt: off
|
||||
expected_tokens = Expectations(
|
||||
{
|
||||
("rocm", None): [10367, 1380, 4841, 15155, 1224, 16361, 15834, 13722, 15258, 8321, 10496, 14532, 8770,
|
||||
12353, 5481, 11484, 2585, 8587, 3201, 14292, 3356, 2037, 3077, 6107, 3758, 2572, 9376,
|
||||
13219, 6007, 14292, 12696, 10666, 10046, 13483, 8282, 9101, 5208, 4260, 13886, 13335,
|
||||
6135, 2316, 15423, 311, 5460, 12218, 14172, 8583, 14577, 3648
|
||||
],
|
||||
("cuda", None): [4484, 4015, 15750, 506, 3758, 11651, 8597, 5739, 4861, 971, 14985, 14834, 15438, 7548,
|
||||
1820, 1465, 13529, 12761, 10503, 12761, 14303, 6155, 4015, 11766, 705, 15736, 14146,
|
||||
10417, 1951, 7713, 14305, 15617, 6169, 2706, 8006, 14893, 3855, 10188, 15652, 6297,
|
||||
1097, 12108, 15038, 311, 14998, 15165, 897, 4044, 1762, 4676
|
||||
],
|
||||
("rocm", None): [
|
||||
10367, 1380, 4841, 15155, 1224, 16361, 15834, 13722, 15258, 8321, 10496, 14532, 8770, 12353, 5481,
|
||||
11484, 2585, 8587, 3201, 14292, 3356, 2037, 3077, 6107, 3758, 2572, 9376, 13219, 6007, 14292, 12696,
|
||||
10666, 10046, 13483, 8282, 9101, 5208, 4260, 13886, 13335, 6135, 2316, 15423, 311, 5460, 12218,
|
||||
14172, 8583, 14577, 3648
|
||||
],
|
||||
("rocm", (9, 5)): [
|
||||
4484, 4015, 15750, 506, 3758, 11651, 8597, 5739, 4861, 971, 14985, 14834, 15438, 7548, 1820, 1465,
|
||||
13529, 12761, 10503, 12761, 14303, 6155, 4015, 11766, 705, 15736, 14146, 10417, 1951, 7713, 14305,
|
||||
15617, 6169, 2706, 8006, 14893, 3855, 10188, 15652, 6297, 1097, 12108, 15038, 311, 14998, 15165,
|
||||
897, 4044, 1762, 4676
|
||||
],
|
||||
("cuda", None): [
|
||||
4484, 4015, 15750, 506, 3758, 11651, 8597, 5739, 4861, 971, 14985, 14834, 15438, 7548, 1820, 1465,
|
||||
13529, 12761, 10503, 12761, 14303, 6155, 4015, 11766, 705, 15736, 14146, 10417, 1951, 7713, 14305,
|
||||
15617, 6169, 2706, 8006, 14893, 3855, 10188, 15652, 6297, 1097, 12108, 15038, 311, 14998, 15165,
|
||||
897, 4044, 1762, 4676
|
||||
],
|
||||
}
|
||||
)
|
||||
expected_tokens = torch.tensor(expected_tokens.get_expectation()).to(model.device)
|
||||
|
||||
Reference in New Issue
Block a user