hf-transformers-bot commited on
Commit
f7ce66d
1 Parent(s): 2e8019e

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

Browse files
2024-07-01/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:11:08, ",
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/tmpg34_jq2w/default_config.yml /transformers/examples/pytorch/semantic-segmentation/run_semantic_segmentation_no_trainer.py --dataset_name huggingface/semantic-segmentation-test-sample --output_dir /tmp/tmp395dh6d4 --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/9737215186/job/26868986212"
20
+ }
21
+ }