Upload 2025-12-12/runs/25375-20181774705/ci_results_run_models_gpu/new_failures.json with huggingface_hub
Browse files
2025-12-12/runs/25375-20181774705/ci_results_run_models_gpu/new_failures.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"electra": {
|
| 3 |
+
"single-gpu": [
|
| 4 |
+
"tests/models/electra/test_modeling_electra.py::ElectraModelTest::test_eager_padding_matches_padding_free_with_position_ids",
|
| 5 |
+
"tests/models/electra/test_modeling_electra.py::ElectraModelTest::test_sdpa_padding_matches_padding_free_with_position_ids"
|
| 6 |
+
],
|
| 7 |
+
"multi-gpu": [
|
| 8 |
+
"tests/models/electra/test_modeling_electra.py::ElectraModelTest::test_sdpa_padding_matches_padding_free_with_position_ids"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"glm4v_moe": {
|
| 12 |
+
"single-gpu": [
|
| 13 |
+
"tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_bin",
|
| 14 |
+
"tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_safetensors"
|
| 15 |
+
],
|
| 16 |
+
"multi-gpu": [
|
| 17 |
+
"tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_bin",
|
| 18 |
+
"tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_safetensors"
|
| 19 |
+
]
|
| 20 |
+
},
|
| 21 |
+
"mllama": {
|
| 22 |
+
"single-gpu": [],
|
| 23 |
+
"multi-gpu": [
|
| 24 |
+
"tests/models/mllama/test_modeling_mllama.py::MllamaForConditionalGenerationModelTest::test_multi_gpu_data_parallel_forward"
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"opt": {
|
| 28 |
+
"single-gpu": [
|
| 29 |
+
"tests/models/opt/test_modeling_opt.py::OPTModelTest::test_eager_padding_matches_padding_free_with_position_ids",
|
| 30 |
+
"tests/models/opt/test_modeling_opt.py::OPTModelTest::test_sdpa_padding_matches_padding_free_with_position_ids"
|
| 31 |
+
],
|
| 32 |
+
"multi-gpu": [
|
| 33 |
+
"tests/models/opt/test_modeling_opt.py::OPTModelTest::test_eager_padding_matches_padding_free_with_position_ids",
|
| 34 |
+
"tests/models/opt/test_modeling_opt.py::OPTModelTest::test_sdpa_padding_matches_padding_free_with_position_ids"
|
| 35 |
+
]
|
| 36 |
+
}
|
| 37 |
+
}
|