Upload 2025-06-08/runs/155-15514192593/ci_results_run_examples_gpu/example_results.json with huggingface_hub
Browse files
2025-06-08/runs/155-15514192593/ci_results_run_examples_gpu/example_results.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"failed": {
|
3 |
+
"unclassified": 0,
|
4 |
+
"single": 3,
|
5 |
+
"multi": 0
|
6 |
+
},
|
7 |
+
"success": 28,
|
8 |
+
"time_spent": "0:11:14, ",
|
9 |
+
"error": false,
|
10 |
+
"failures": {
|
11 |
+
"single": [
|
12 |
+
{
|
13 |
+
"line": "examples/pytorch/test_accelerate_examples.py::ExamplesTestsNoTrainer::test_run_object_detection_no_trainer",
|
14 |
+
"trace": "(line 2585) transformers.testing_utils.SubprocessCallException: Command `accelerate launch --config_file /tmp/tmpoyx6d359/default_config.yml /transformers/examples/pytorch/object-detection/run_object_detection_no_trainer.py --model_name_or_path qubvel-hf/detr-resnet-50-finetuned-10k-cppe5 --dataset_name qubvel-hf/cppe-5-sample --output_dir /tmp/tmpfw_nxqku --max_train_steps=10 --num_warmup_steps=2 --learning_rate=1e-6 --per_device_train_batch_size=2 --per_device_eval_batch_size=1 --checkpointing_steps epoch` failed with the following error:"
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"line": "examples/pytorch/test_accelerate_examples.py::ExamplesTestsNoTrainer::test_run_semantic_segmentation_no_trainer",
|
18 |
+
"trace": "(line 2585) transformers.testing_utils.SubprocessCallException: Command `accelerate launch --config_file /tmp/tmpoyx6d359/default_config.yml /transformers/examples/pytorch/semantic-segmentation/run_semantic_segmentation_no_trainer.py --dataset_name huggingface/semantic-segmentation-test-sample --output_dir /tmp/tmpgri7qr5h --max_train_steps=10 --num_warmup_steps=2 --learning_rate=2e-4 --per_device_train_batch_size=2 --per_device_eval_batch_size=1 --checkpointing_steps epoch` failed with the following error:"
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"line": "examples/pytorch/test_accelerate_examples.py::ExamplesTestsNoTrainer::test_run_summarization_no_trainer",
|
22 |
+
"trace": "(line 2585) transformers.testing_utils.SubprocessCallException: Command `accelerate launch --config_file /tmp/tmpoyx6d359/default_config.yml /transformers/examples/pytorch/summarization/run_summarization_no_trainer.py --model_name_or_path google-t5/t5-small --train_file tests/fixtures/tests_samples/xsum/sample.json --validation_file tests/fixtures/tests_samples/xsum/sample.json --output_dir /tmp/tmpnuqvq428 --max_train_steps=50 --num_warmup_steps=8 --learning_rate=2e-4 --per_device_train_batch_size=2 --per_device_eval_batch_size=1 --checkpointing_steps epoch --with_tracking` failed with the following error:"
|
23 |
+
}
|
24 |
+
]
|
25 |
+
},
|
26 |
+
"job_link": {
|
27 |
+
"single": "https://github.com/huggingface/transformers/actions/runs/15514192593/job/43679105148"
|
28 |
+
}
|
29 |
+
}
|