IlyasMoutawwakil HF staff commited on
Commit
4380221
1 Parent(s): 260555e

Upload 2024-09-26-09-13-34/pytorch/benchmark_config.json with huggingface_hub

Browse files
2024-09-26-09-13-34/pytorch/benchmark_config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-09-26-09-13-34/pytorch",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.4.1",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "feature-extraction",
8
+ "library": "transformers",
9
+ "model_type": "bert",
10
+ "model": "hf-internal-testing/tiny-random-bert",
11
+ "processor": "hf-internal-testing/tiny-random-bert",
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": false,
52
+ "latency": true,
53
+ "energy": false,
54
+ "forward_kwargs": {},
55
+ "generate_kwargs": {},
56
+ "call_kwargs": {}
57
+ },
58
+ "launcher": {
59
+ "name": "process",
60
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
61
+ "device_isolation": false,
62
+ "device_isolation_action": null,
63
+ "numactl": false,
64
+ "numactl_kwargs": "",
65
+ "start_method": "spawn"
66
+ },
67
+ "environment": {
68
+ "cpu": " AMD EPYC 7R13 Processor",
69
+ "cpu_count": 64,
70
+ "cpu_ram_mb": 529717.02272,
71
+ "system": "Linux",
72
+ "machine": "x86_64",
73
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
74
+ "processor": "",
75
+ "python_version": "3.10.15",
76
+ "optimum_benchmark_version": "0.5.0",
77
+ "optimum_benchmark_commit": null,
78
+ "transformers_version": "4.44.2",
79
+ "transformers_commit": null,
80
+ "accelerate_version": "0.34.2",
81
+ "accelerate_commit": null,
82
+ "diffusers_version": null,
83
+ "diffusers_commit": null,
84
+ "optimum_version": "1.22.0",
85
+ "optimum_commit": null,
86
+ "timm_version": null,
87
+ "timm_commit": null,
88
+ "peft_version": null,
89
+ "peft_commit": null
90
+ }
91
+ }