IlyasMoutawwakil HF Staff commited on
Commit
c359dfd
·
verified ·
1 Parent(s): fe6c2fe

Upload cpu_inference_diffusers_text-to-image_hf-internal-testing/tiny-stable-diffusion-torch/benchmark_config.json with huggingface_hub

Browse files
cpu_inference_diffusers_text-to-image_hf-internal-testing/tiny-stable-diffusion-torch/benchmark_config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cpu_inference_diffusers_text-to-image_hf-internal-testing/tiny-stable-diffusion-torch",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.5.1",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "model": "hf-internal-testing/tiny-stable-diffusion-torch",
8
+ "processor": "hf-internal-testing/tiny-stable-diffusion-torch",
9
+ "task": "text-to-image",
10
+ "library": "diffusers",
11
+ "model_type": "stable-diffusion",
12
+ "device": "cpu",
13
+ "device_ids": null,
14
+ "seed": 42,
15
+ "inter_op_num_threads": null,
16
+ "intra_op_num_threads": null,
17
+ "model_kwargs": {},
18
+ "processor_kwargs": {},
19
+ "no_weights": false,
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": "inference",
43
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
44
+ "iterations": 1,
45
+ "duration": 1,
46
+ "warmup_runs": 1,
47
+ "input_shapes": {
48
+ "batch_size": 2,
49
+ "sequence_length": 16,
50
+ "num_choices": 2
51
+ },
52
+ "new_tokens": null,
53
+ "memory": true,
54
+ "latency": true,
55
+ "energy": true,
56
+ "forward_kwargs": {},
57
+ "generate_kwargs": {
58
+ "max_new_tokens": 2,
59
+ "min_new_tokens": 2
60
+ },
61
+ "call_kwargs": {
62
+ "num_inference_steps": 2
63
+ }
64
+ },
65
+ "launcher": {
66
+ "name": "process",
67
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
68
+ "device_isolation": false,
69
+ "device_isolation_action": null,
70
+ "numactl": false,
71
+ "numactl_kwargs": {},
72
+ "start_method": "spawn"
73
+ },
74
+ "environment": {
75
+ "cpu": " AMD EPYC 7742 64-Core Processor",
76
+ "cpu_count": 128,
77
+ "cpu_ram_mb": 540671.643648,
78
+ "system": "Linux",
79
+ "machine": "x86_64",
80
+ "platform": "Linux-5.4.0-166-generic-x86_64-with-glibc2.31",
81
+ "processor": "x86_64",
82
+ "python_version": "3.10.18",
83
+ "gpu": [
84
+ "NVIDIA A100-SXM4-80GB",
85
+ "NVIDIA A100-SXM4-80GB",
86
+ "NVIDIA A100-SXM4-80GB",
87
+ "NVIDIA DGX Display",
88
+ "NVIDIA A100-SXM4-80GB"
89
+ ],
90
+ "gpu_count": 5,
91
+ "gpu_vram_mb": 347892350976,
92
+ "optimum_benchmark_version": "0.6.0.dev0",
93
+ "optimum_benchmark_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
94
+ "transformers_version": "4.45.1",
95
+ "transformers_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
96
+ "accelerate_version": "1.10.0",
97
+ "accelerate_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
98
+ "diffusers_version": "0.34.0",
99
+ "diffusers_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
100
+ "optimum_version": null,
101
+ "optimum_commit": null,
102
+ "timm_version": "1.0.19",
103
+ "timm_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
104
+ "peft_version": "0.17.0",
105
+ "peft_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db"
106
+ },
107
+ "print_report": true,
108
+ "log_report": true
109
+ }