IlyasMoutawwakil HF staff commited on
Commit
d393945
1 Parent(s): 3b300d7

Upload 2024-09-25-19-24-21/ipex/benchmark_config.json with huggingface_hub

Browse files
2024-09-25-19-24-21/ipex/benchmark_config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-09-25-19-24-21/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": true,
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": " AMD EPYC 7R13 Processor",
53
+ "cpu_count": 64,
54
+ "cpu_ram_mb": 529717.02272,
55
+ "system": "Linux",
56
+ "machine": "x86_64",
57
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
58
+ "processor": "",
59
+ "python_version": "3.10.15",
60
+ "optimum_benchmark_version": "0.5.0",
61
+ "optimum_benchmark_commit": null,
62
+ "transformers_version": "4.44.2",
63
+ "transformers_commit": null,
64
+ "accelerate_version": "0.34.2",
65
+ "accelerate_commit": null,
66
+ "diffusers_version": null,
67
+ "diffusers_commit": null,
68
+ "optimum_version": "1.22.0",
69
+ "optimum_commit": null,
70
+ "timm_version": null,
71
+ "timm_commit": null,
72
+ "peft_version": null,
73
+ "peft_commit": null
74
+ }
75
+ }