echarlaix HF staff commited on
Commit
bf37b51
1 Parent(s): 9e5df98

Upload 2024-10-16-16-23-28/pytorch/benchmark_config.json with huggingface_hub

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