IlyasMoutawwakil HF Staff commited on
Commit
7b7e0c2
·
verified ·
1 Parent(s): 4a7b083

Upload cuda_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel/benchmark_config.json with huggingface_hub

Browse files
cuda_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel/benchmark_config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cuda_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.5.1",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "model": "hf-internal-testing/tiny-random-BertModel",
8
+ "processor": "hf-internal-testing/tiny-random-BertModel",
9
+ "task": "fill-mask",
10
+ "library": "transformers",
11
+ "model_type": "bert",
12
+ "device": "cuda",
13
+ "device_ids": "0",
14
+ "seed": 42,
15
+ "inter_op_num_threads": null,
16
+ "intra_op_num_threads": null,
17
+ "model_kwargs": {},
18
+ "processor_kwargs": {},
19
+ "no_weights": true,
20
+ "tp_plan": null,
21
+ "device_map": null,
22
+ "torch_dtype": null,
23
+ "eval_mode": true,
24
+ "to_bettertransformer": false,
25
+ "low_cpu_mem_usage": null,
26
+ "attn_implementation": null,
27
+ "cache_implementation": null,
28
+ "allow_tf32": false,
29
+ "autocast_enabled": false,
30
+ "autocast_dtype": null,
31
+ "torch_compile": false,
32
+ "torch_compile_target": "forward",
33
+ "torch_compile_config": {},
34
+ "quantization_scheme": null,
35
+ "quantization_config": {},
36
+ "deepspeed_inference": false,
37
+ "deepspeed_inference_config": {},
38
+ "peft_type": null,
39
+ "peft_config": {}
40
+ },
41
+ "scenario": {
42
+ "name": "training",
43
+ "_target_": "optimum_benchmark.scenarios.training.scenario.TrainingScenario",
44
+ "max_steps": 5,
45
+ "warmup_steps": 2,
46
+ "dataset_shapes": {
47
+ "dataset_size": 500,
48
+ "sequence_length": 16,
49
+ "num_choices": 1
50
+ },
51
+ "training_arguments": {
52
+ "per_device_train_batch_size": 2,
53
+ "gradient_accumulation_steps": 1,
54
+ "output_dir": "./trainer_output",
55
+ "eval_strategy": "no",
56
+ "save_strategy": "no",
57
+ "do_train": true,
58
+ "use_cpu": false,
59
+ "max_steps": 5,
60
+ "do_eval": false,
61
+ "do_predict": false,
62
+ "report_to": "none",
63
+ "skip_memory_metrics": true,
64
+ "ddp_find_unused_parameters": false
65
+ },
66
+ "latency": true,
67
+ "memory": true,
68
+ "energy": true
69
+ },
70
+ "launcher": {
71
+ "name": "process",
72
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
73
+ "device_isolation": true,
74
+ "device_isolation_action": "error",
75
+ "numactl": false,
76
+ "numactl_kwargs": {},
77
+ "start_method": "spawn"
78
+ },
79
+ "environment": {
80
+ "cpu": " AMD EPYC 7742 64-Core Processor",
81
+ "cpu_count": 128,
82
+ "cpu_ram_mb": 540671.643648,
83
+ "system": "Linux",
84
+ "machine": "x86_64",
85
+ "platform": "Linux-5.4.0-166-generic-x86_64-with-glibc2.31",
86
+ "processor": "x86_64",
87
+ "python_version": "3.10.18",
88
+ "gpu": [
89
+ "NVIDIA A100-SXM4-80GB",
90
+ "NVIDIA A100-SXM4-80GB",
91
+ "NVIDIA A100-SXM4-80GB",
92
+ "NVIDIA DGX Display",
93
+ "NVIDIA A100-SXM4-80GB"
94
+ ],
95
+ "gpu_count": 5,
96
+ "gpu_vram_mb": 347892350976,
97
+ "optimum_benchmark_version": "0.6.0.dev0",
98
+ "optimum_benchmark_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
99
+ "transformers_version": "4.45.1",
100
+ "transformers_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
101
+ "accelerate_version": "1.10.0",
102
+ "accelerate_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
103
+ "diffusers_version": "0.34.0",
104
+ "diffusers_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
105
+ "optimum_version": null,
106
+ "optimum_commit": null,
107
+ "timm_version": "1.0.19",
108
+ "timm_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
109
+ "peft_version": "0.17.0",
110
+ "peft_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db"
111
+ },
112
+ "print_report": true,
113
+ "log_report": true
114
+ }