hf-transformers-bot commited on
Commit
0de9930
1 Parent(s): 50ca7a1

Upload 2024-07-12/ci_results_run_examples_gpu/example_results.json with huggingface_hub

Browse files
2024-07-12/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": "0:21:14, ",
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/tmptyvqbq2m/default_config.yml /transformers/examples/pytorch/semantic-segmentation/run_semantic_segmentation_no_trainer.py --dataset_name huggingface/semantic-segmentation-test-sample --output_dir /tmp/tmp32bhc8ov --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/9901465379/job/27353880094"
20
+ }
21
+ }