mharkey commited on
Commit
08b9174
·
verified ·
1 Parent(s): cd51673

Upload 2025-06-14-18:18:02/pytorch/benchmark_config.json with huggingface_hub

Browse files
2025-06-14-18:18:02/pytorch/benchmark_config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2025-06-14-18:18:02/pytorch",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.7.1",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "model": "Qwen/Qwen2.5-3B",
8
+ "processor": "Qwen/Qwen2.5-3B",
9
+ "task": "text-generation",
10
+ "library": "transformers",
11
+ "model_type": "qwen2",
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": "float32",
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": 10,
45
+ "duration": 10,
46
+ "warmup_runs": 10,
47
+ "input_shapes": {
48
+ "batch_size": 2,
49
+ "sequence_length": 16
50
+ },
51
+ "new_tokens": null,
52
+ "memory": true,
53
+ "latency": true,
54
+ "energy": false,
55
+ "forward_kwargs": {},
56
+ "generate_kwargs": {
57
+ "max_new_tokens": 32,
58
+ "min_new_tokens": 32
59
+ },
60
+ "call_kwargs": {
61
+ "num_inference_steps": 5
62
+ }
63
+ },
64
+ "launcher": {
65
+ "name": "process",
66
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
67
+ "device_isolation": false,
68
+ "device_isolation_action": null,
69
+ "numactl": true,
70
+ "numactl_kwargs": {
71
+ "cpunodebind": 0,
72
+ "membind": 0
73
+ },
74
+ "start_method": "spawn"
75
+ },
76
+ "environment": {
77
+ "cpu": " Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz",
78
+ "cpu_count": 16,
79
+ "cpu_ram_mb": 132935.766016,
80
+ "system": "Linux",
81
+ "machine": "x86_64",
82
+ "platform": "Linux-5.10.236-228.935.amzn2.x86_64-x86_64-with-glibc2.36",
83
+ "processor": "",
84
+ "python_version": "3.10.18",
85
+ "optimum_benchmark_version": "0.6.0.dev0",
86
+ "optimum_benchmark_commit": null,
87
+ "transformers_version": "4.51.3",
88
+ "transformers_commit": null,
89
+ "accelerate_version": "1.7.0",
90
+ "accelerate_commit": null,
91
+ "diffusers_version": "0.33.1",
92
+ "diffusers_commit": null,
93
+ "optimum_version": "1.26.1",
94
+ "optimum_commit": null,
95
+ "timm_version": null,
96
+ "timm_commit": null,
97
+ "peft_version": null,
98
+ "peft_commit": null
99
+ },
100
+ "print_report": false,
101
+ "log_report": true
102
+ }