Upload 2025-12-12/runs/25374-20181139668/ci_results_run_models_gpu/new_failures.json with huggingface_hub
Browse files
2025-12-12/runs/25374-20181139668/ci_results_run_models_gpu/new_failures.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"decision_transformer": {
|
| 3 |
+
"single-gpu": [
|
| 4 |
+
"tests/models/decision_transformer/test_modeling_decision_transformer.py::DecisionTransformerModelIntegrationTest::test_autoregressive_prediction"
|
| 5 |
+
],
|
| 6 |
+
"multi-gpu": [
|
| 7 |
+
"tests/models/decision_transformer/test_modeling_decision_transformer.py::DecisionTransformerModelIntegrationTest::test_autoregressive_prediction",
|
| 8 |
+
"tests/models/decision_transformer/test_modeling_decision_transformer.py::DecisionTransformerModelTest::test_multi_gpu_data_parallel_forward"
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"mllama": {
|
| 12 |
+
"single-gpu": [],
|
| 13 |
+
"multi-gpu": [
|
| 14 |
+
"tests/models/mllama/test_modeling_mllama.py::MllamaForConditionalGenerationModelTest::test_multi_gpu_data_parallel_forward"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|