IlyasMoutawwakil HF staff commited on
Commit
9023cce
·
verified ·
1 Parent(s): 52e17f3

Upload 2024-12-12-17:51:29/pytorch/benchmark_config.json with huggingface_hub

Browse files
2024-12-12-17:51:29/pytorch/benchmark_config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-12-12-17:51:29/pytorch",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.5.1",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "text-generation",
8
+ "library": "transformers",
9
+ "model_type": "gpt2",
10
+ "model": "openai-community/gpt2",
11
+ "processor": "openai-community/gpt2",
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
+ "device_map": null,
21
+ "torch_dtype": "float32",
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": 10,
43
+ "duration": 10,
44
+ "warmup_runs": 10,
45
+ "input_shapes": {
46
+ "batch_size": 2,
47
+ "sequence_length": 16
48
+ },
49
+ "new_tokens": null,
50
+ "memory": true,
51
+ "latency": true,
52
+ "energy": false,
53
+ "forward_kwargs": {},
54
+ "generate_kwargs": {
55
+ "max_new_tokens": 32,
56
+ "min_new_tokens": 32
57
+ },
58
+ "call_kwargs": {
59
+ "num_inference_steps": 5
60
+ }
61
+ },
62
+ "launcher": {
63
+ "name": "process",
64
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
65
+ "device_isolation": false,
66
+ "device_isolation_action": null,
67
+ "numactl": true,
68
+ "numactl_kwargs": {
69
+ "cpunodebind": 0,
70
+ "membind": 0
71
+ },
72
+ "start_method": "spawn"
73
+ },
74
+ "environment": {
75
+ "cpu": " AMD EPYC 7R13 Processor",
76
+ "cpu_count": 64,
77
+ "cpu_ram_mb": 529717.02272,
78
+ "system": "Linux",
79
+ "machine": "x86_64",
80
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
81
+ "processor": "",
82
+ "python_version": "3.10.16",
83
+ "optimum_benchmark_version": "0.5.0.dev0",
84
+ "optimum_benchmark_commit": null,
85
+ "transformers_version": "4.46.3",
86
+ "transformers_commit": null,
87
+ "accelerate_version": "1.2.0",
88
+ "accelerate_commit": null,
89
+ "diffusers_version": "0.31.0",
90
+ "diffusers_commit": null,
91
+ "optimum_version": "1.23.3",
92
+ "optimum_commit": null,
93
+ "timm_version": null,
94
+ "timm_commit": null,
95
+ "peft_version": null,
96
+ "peft_commit": null
97
+ },
98
+ "print_report": false,
99
+ "log_report": true
100
+ }