IlyasMoutawwakil HF staff commited on
Commit
7ff6119
1 Parent(s): 9fac139

Upload 2024-09-26-19-57-05/pytorch/benchmark_config.json with huggingface_hub

Browse files
2024-09-26-19-57-05/pytorch/benchmark_config.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-09-26-19-57-05/pytorch",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.3.0",
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": " 12th Gen Intel(R) Core(TM) i9-12900H",
69
+ "cpu_count": 20,
70
+ "cpu_ram_mb": 8162.504704,
71
+ "system": "Linux",
72
+ "machine": "x86_64",
73
+ "platform": "Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35",
74
+ "processor": "x86_64",
75
+ "python_version": "3.9.16",
76
+ "gpu": [
77
+ "NVIDIA GeForce RTX 3070 Ti Laptop GPU"
78
+ ],
79
+ "gpu_count": 1,
80
+ "gpu_vram_mb": 8589934592,
81
+ "optimum_benchmark_version": "0.5.0",
82
+ "optimum_benchmark_commit": "659321552dd4aff6d94b83de45e88091c9eb36cf",
83
+ "transformers_version": "4.39.3",
84
+ "transformers_commit": null,
85
+ "accelerate_version": "0.22.0",
86
+ "accelerate_commit": null,
87
+ "diffusers_version": "0.30.3",
88
+ "diffusers_commit": null,
89
+ "optimum_version": "1.22.0",
90
+ "optimum_commit": null,
91
+ "timm_version": null,
92
+ "timm_commit": null,
93
+ "peft_version": "0.5.0",
94
+ "peft_commit": null
95
+ }
96
+ }