IlyasMoutawwakil HF staff commited on
Commit
8613161
1 Parent(s): 315b687

Upload 2024-09-26-19-55-01/ipex/benchmark_config.json with huggingface_hub

Browse files
2024-09-26-19-55-01/ipex/benchmark_config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-09-26-19-55-01/ipex",
3
+ "backend": {
4
+ "name": "ipex",
5
+ "version": "2.4.0",
6
+ "_target_": "optimum_benchmark.backends.ipex.backend.IPEXBackend",
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
+ "torch_dtype": null,
21
+ "export": true
22
+ },
23
+ "scenario": {
24
+ "name": "inference",
25
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
26
+ "iterations": 10,
27
+ "duration": 10,
28
+ "warmup_runs": 10,
29
+ "input_shapes": {
30
+ "batch_size": 2,
31
+ "num_choices": 2,
32
+ "sequence_length": 16
33
+ },
34
+ "new_tokens": null,
35
+ "memory": false,
36
+ "latency": true,
37
+ "energy": false,
38
+ "forward_kwargs": {},
39
+ "generate_kwargs": {},
40
+ "call_kwargs": {}
41
+ },
42
+ "launcher": {
43
+ "name": "process",
44
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
45
+ "device_isolation": false,
46
+ "device_isolation_action": null,
47
+ "numactl": false,
48
+ "numactl_kwargs": "",
49
+ "start_method": "spawn"
50
+ },
51
+ "environment": {
52
+ "cpu": " 12th Gen Intel(R) Core(TM) i9-12900H",
53
+ "cpu_count": 20,
54
+ "cpu_ram_mb": 8162.504704,
55
+ "system": "Linux",
56
+ "machine": "x86_64",
57
+ "platform": "Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35",
58
+ "processor": "x86_64",
59
+ "python_version": "3.9.16",
60
+ "gpu": [
61
+ "NVIDIA GeForce RTX 3070 Ti Laptop GPU"
62
+ ],
63
+ "gpu_count": 1,
64
+ "gpu_vram_mb": 8589934592,
65
+ "optimum_benchmark_version": "0.5.0",
66
+ "optimum_benchmark_commit": "659321552dd4aff6d94b83de45e88091c9eb36cf",
67
+ "transformers_version": "4.39.3",
68
+ "transformers_commit": null,
69
+ "accelerate_version": "0.22.0",
70
+ "accelerate_commit": null,
71
+ "diffusers_version": "0.30.3",
72
+ "diffusers_commit": null,
73
+ "optimum_version": "1.22.0",
74
+ "optimum_commit": null,
75
+ "timm_version": null,
76
+ "timm_commit": null,
77
+ "peft_version": "0.5.0",
78
+ "peft_commit": null
79
+ }
80
+ }