hf-transformers-bot
commited on
Commit
•
e8d8ac6
1
Parent(s):
eb18a72
Upload 2024-06-26/ci_results_run_examples_gpu/example_results.json with huggingface_hub
Browse files
2024-06-26/ci_results_run_examples_gpu/example_results.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"failed": {
|
3 |
+
"unclassified": 0,
|
4 |
+
"single": 2,
|
5 |
+
"multi": 0
|
6 |
+
},
|
7 |
+
"success": 29,
|
8 |
+
"time_spent": "0:24:17, ",
|
9 |
+
"error": false,
|
10 |
+
"failures": {
|
11 |
+
"single": [
|
12 |
+
{
|
13 |
+
"line": "examples/pytorch/test_accelerate_examples.py::ExamplesTestsNoTrainer::test_run_semantic_segmentation_no_trainer",
|
14 |
+
"trace": "(line 2132) transformers.testing_utils.SubprocessCallException: Command `accelerate launch --config_file /tmp/tmpak_3mrgn/default_config.yml /transformers/examples/pytorch/semantic-segmentation/run_semantic_segmentation_no_trainer.py --dataset_name huggingface/semantic-segmentation-test-sample --output_dir /tmp/tmpe8msru4o --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:"
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"line": "examples/pytorch/test_accelerate_examples.py::ExamplesTestsNoTrainer::test_run_summarization_no_trainer",
|
18 |
+
"trace": "(line 753) AssertionError: 1.9275 not greater than or equal to 2"
|
19 |
+
}
|
20 |
+
]
|
21 |
+
},
|
22 |
+
"job_link": {
|
23 |
+
"single": "https://github.com/huggingface/transformers/actions/runs/9672593948/job/26685165629"
|
24 |
+
}
|
25 |
+
}
|