Update CircleCI artifacts for PR 40286 (8d94818a2324)
Browse files
pr-40286/sha-8d94818a2324/failure_summary.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"failures": [
|
| 3 |
+
{
|
| 4 |
+
"job_name": "tests_torch",
|
| 5 |
+
"test_name": "tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_bc_torch_dtype",
|
| 6 |
+
"short_error": "AssertionError: semantic_encoder.conv1.weight and semantic_encoder.conv1.weight do not match: Parameter containing:",
|
| 7 |
+
"error": "/root/project/tests/test_modeling_common.py:4046: AssertionError: semantic_encoder.conv1.weight and semantic_encoder.conv1.weight do not match: Parameter containing:",
|
| 8 |
+
"model_name": "xy_tokenizer"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"job_name": "tests_torch",
|
| 12 |
+
"test_name": "tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_can_use_safetensors",
|
| 13 |
+
"short_error": "AssertionError: XYTokenizer: Tensor semantic_encoder.conv1.weight: Tensor-likes are not close!",
|
| 14 |
+
"error": "/root/project/tests/test_modeling_common.py:2008: AssertionError: XYTokenizer: Tensor semantic_encoder.conv1.weight: Tensor-likes are not close!",
|
| 15 |
+
"model_name": "xy_tokenizer"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"job_name": "tests_torch",
|
| 19 |
+
"test_name": "tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_load_save_without_tied_weights",
|
| 20 |
+
"short_error": "AssertionError: XYTokenizer: Tensor semantic_encoder.conv1.weight: Tensor-likes are not close!",
|
| 21 |
+
"error": "/root/project/tests/test_modeling_common.py:2060: AssertionError: XYTokenizer: Tensor semantic_encoder.conv1.weight: Tensor-likes are not close!",
|
| 22 |
+
"model_name": "xy_tokenizer"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"job_name": "tests_torch",
|
| 26 |
+
"test_name": "tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_save_load",
|
| 27 |
+
"short_error": "AssertionError: np.float32(0.11508669) not less than or equal to 1e-05",
|
| 28 |
+
"error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: np.float32(0.11508669) not less than or equal to 1e-05",
|
| 29 |
+
"model_name": "xy_tokenizer"
|
| 30 |
+
}
|
| 31 |
+
],
|
| 32 |
+
"by_test": {
|
| 33 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_bc_torch_dtype": {
|
| 34 |
+
"count": 1,
|
| 35 |
+
"errors": {
|
| 36 |
+
"/root/project/tests/test_modeling_common.py:4046: AssertionError: semantic_encoder.conv1.weight and semantic_encoder.conv1.weight do not match: Parameter containing:": 1
|
| 37 |
+
},
|
| 38 |
+
"jobs": [
|
| 39 |
+
"tests_torch"
|
| 40 |
+
],
|
| 41 |
+
"variants": [
|
| 42 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_bc_torch_dtype"
|
| 43 |
+
]
|
| 44 |
+
},
|
| 45 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_can_use_safetensors": {
|
| 46 |
+
"count": 1,
|
| 47 |
+
"errors": {
|
| 48 |
+
"/root/project/tests/test_modeling_common.py:2008: AssertionError: XYTokenizer: Tensor semantic_encoder.conv1.weight: Tensor-likes are not close!": 1
|
| 49 |
+
},
|
| 50 |
+
"jobs": [
|
| 51 |
+
"tests_torch"
|
| 52 |
+
],
|
| 53 |
+
"variants": [
|
| 54 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_can_use_safetensors"
|
| 55 |
+
]
|
| 56 |
+
},
|
| 57 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_load_save_without_tied_weights": {
|
| 58 |
+
"count": 1,
|
| 59 |
+
"errors": {
|
| 60 |
+
"/root/project/tests/test_modeling_common.py:2060: AssertionError: XYTokenizer: Tensor semantic_encoder.conv1.weight: Tensor-likes are not close!": 1
|
| 61 |
+
},
|
| 62 |
+
"jobs": [
|
| 63 |
+
"tests_torch"
|
| 64 |
+
],
|
| 65 |
+
"variants": [
|
| 66 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_load_save_without_tied_weights"
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_save_load": {
|
| 70 |
+
"count": 1,
|
| 71 |
+
"errors": {
|
| 72 |
+
"/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: np.float32(0.11508669) not less than or equal to 1e-05": 1
|
| 73 |
+
},
|
| 74 |
+
"jobs": [
|
| 75 |
+
"tests_torch"
|
| 76 |
+
],
|
| 77 |
+
"variants": [
|
| 78 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_save_load"
|
| 79 |
+
]
|
| 80 |
+
}
|
| 81 |
+
},
|
| 82 |
+
"by_model": {
|
| 83 |
+
"xy_tokenizer": {
|
| 84 |
+
"count": 4,
|
| 85 |
+
"errors": {
|
| 86 |
+
"/root/project/tests/test_modeling_common.py:4046: AssertionError: semantic_encoder.conv1.weight and semantic_encoder.conv1.weight do not match: Parameter containing:": 1,
|
| 87 |
+
"/root/project/tests/test_modeling_common.py:2008: AssertionError: XYTokenizer: Tensor semantic_encoder.conv1.weight: Tensor-likes are not close!": 1,
|
| 88 |
+
"/root/project/tests/test_modeling_common.py:2060: AssertionError: XYTokenizer: Tensor semantic_encoder.conv1.weight: Tensor-likes are not close!": 1,
|
| 89 |
+
"/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: np.float32(0.11508669) not less than or equal to 1e-05": 1
|
| 90 |
+
},
|
| 91 |
+
"tests": [
|
| 92 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_bc_torch_dtype",
|
| 93 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_can_use_safetensors",
|
| 94 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_load_save_without_tied_weights",
|
| 95 |
+
"tests/models/xy_tokenizer/test_modeling_xy_tokenizer.py::XYTokenizerModelTest::test_save_load"
|
| 96 |
+
]
|
| 97 |
+
}
|
| 98 |
+
}
|
| 99 |
+
}
|