IlyasMoutawwakil HF staff commited on
Commit
e9a1f4e
1 Parent(s): 62282f8

Upload cpu_inference_diffusers_text-to-image_CompVis/stable-diffusion-v1-4/benchmark_config.json with huggingface_hub

Browse files
cpu_inference_diffusers_text-to-image_CompVis/stable-diffusion-v1-4/benchmark_config.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cpu_inference_diffusers_text-to-image_CompVis/stable-diffusion-v1-4",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.3.1+cpu",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "text-to-image",
8
+ "library": "diffusers",
9
+ "model": "CompVis/stable-diffusion-v1-4",
10
+ "processor": "CompVis/stable-diffusion-v1-4",
11
+ "device": "cpu",
12
+ "device_ids": null,
13
+ "seed": 42,
14
+ "inter_op_num_threads": null,
15
+ "intra_op_num_threads": null,
16
+ "model_kwargs": {},
17
+ "processor_kwargs": {},
18
+ "hub_kwargs": {},
19
+ "no_weights": false,
20
+ "device_map": null,
21
+ "torch_dtype": null,
22
+ "eval_mode": true,
23
+ "to_bettertransformer": false,
24
+ "low_cpu_mem_usage": null,
25
+ "attn_implementation": null,
26
+ "cache_implementation": null,
27
+ "autocast_enabled": false,
28
+ "autocast_dtype": null,
29
+ "torch_compile": false,
30
+ "torch_compile_target": "forward",
31
+ "torch_compile_config": {},
32
+ "quantization_scheme": null,
33
+ "quantization_config": {},
34
+ "deepspeed_inference": false,
35
+ "deepspeed_inference_config": {},
36
+ "peft_type": null,
37
+ "peft_config": {}
38
+ },
39
+ "scenario": {
40
+ "name": "inference",
41
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
42
+ "iterations": 1,
43
+ "duration": 1,
44
+ "warmup_runs": 1,
45
+ "input_shapes": {
46
+ "batch_size": 1,
47
+ "num_choices": 2,
48
+ "sequence_length": 2
49
+ },
50
+ "new_tokens": null,
51
+ "latency": true,
52
+ "memory": true,
53
+ "energy": true,
54
+ "forward_kwargs": {},
55
+ "generate_kwargs": {
56
+ "max_new_tokens": 2,
57
+ "min_new_tokens": 2
58
+ },
59
+ "call_kwargs": {
60
+ "num_inference_steps": 2
61
+ }
62
+ },
63
+ "launcher": {
64
+ "name": "process",
65
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
66
+ "device_isolation": false,
67
+ "device_isolation_action": "error",
68
+ "numactl": false,
69
+ "numactl_kwargs": {},
70
+ "start_method": "spawn"
71
+ },
72
+ "environment": {
73
+ "cpu": " AMD EPYC 7763 64-Core Processor",
74
+ "cpu_count": 4,
75
+ "cpu_ram_mb": 16757.338112,
76
+ "system": "Linux",
77
+ "machine": "x86_64",
78
+ "platform": "Linux-6.5.0-1023-azure-x86_64-with-glibc2.35",
79
+ "processor": "x86_64",
80
+ "python_version": "3.10.14",
81
+ "optimum_benchmark_version": "0.3.1",
82
+ "optimum_benchmark_commit": "c31e63ddb94c29460ba90ff599147e94ff80543a",
83
+ "transformers_version": "4.42.4",
84
+ "transformers_commit": null,
85
+ "accelerate_version": "0.32.1",
86
+ "accelerate_commit": null,
87
+ "diffusers_version": "0.29.2",
88
+ "diffusers_commit": null,
89
+ "optimum_version": null,
90
+ "optimum_commit": null,
91
+ "timm_version": "1.0.7",
92
+ "timm_commit": null,
93
+ "peft_version": null,
94
+ "peft_commit": null
95
+ }
96
+ }