hf-transformers-bot
commited on
Commit
•
fdf86bd
1
Parent(s):
8673040
Upload 2024-07-03/ci_results_run_examples_gpu/example_results.json with huggingface_hub
Browse files
2024-07-03/ci_results_run_examples_gpu/example_results.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"failed": {
|
3 |
+
"unclassified": 0,
|
4 |
+
"single": 1,
|
5 |
+
"multi": 0
|
6 |
+
},
|
7 |
+
"success": 30,
|
8 |
+
"time_spent": "1:04:34, ",
|
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/tmp6qw_jcg8/default_config.yml /transformers/examples/pytorch/semantic-segmentation/run_semantic_segmentation_no_trainer.py --dataset_name huggingface/semantic-segmentation-test-sample --output_dir /tmp/tmpxf6_mjj3 --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 |
+
},
|
18 |
+
"job_link": {
|
19 |
+
"single": "https://github.com/huggingface/transformers/actions/runs/9770908721/job/26972844488"
|
20 |
+
}
|
21 |
+
}
|