Upload 2025-07-02/runs/179-16014960176/ci_results_run_examples_gpu/example_results.json with huggingface_hub
Browse files
2025-07-02/runs/179-16014960176/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:10:18, ",
|
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 2624) transformers.testing_utils.SubprocessCallException: Command `accelerate launch --config_file /tmp/tmp3pqy8clx/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/tmpb_ijinyy --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 2624) transformers.testing_utils.SubprocessCallException: Command `accelerate launch --config_file /tmp/tmp3pqy8clx/default_config.yml /transformers/examples/pytorch/semantic-segmentation/run_semantic_segmentation_no_trainer.py --dataset_name huggingface/semantic-segmentation-test-sample --output_dir /tmp/tmp_sux1pvr --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 2624) transformers.testing_utils.SubprocessCallException: Command `accelerate launch --config_file /tmp/tmp3pqy8clx/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/tmpdd3c_rzq --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/16014960176/job/45179903681"
|
28 |
+
}
|
29 |
+
}
|