IlyasMoutawwakil HF Staff commited on
Commit
32c7320
·
verified ·
1 Parent(s): 5501cf1

Upload cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark_config.json with huggingface_hub

Browse files
cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark_config.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cpu_inference_transformers_text-classification_FacebookAI/roberta-base",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.3.1+cpu",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "text-classification",
8
+ "library": "transformers",
9
+ "model_type": "roberta",
10
+ "model": "FacebookAI/roberta-base",
11
+ "processor": "FacebookAI/roberta-base",
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": true,
20
+ "device_map": null,
21
+ "torch_dtype": null,
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": 1,
43
+ "duration": 1,
44
+ "warmup_runs": 1,
45
+ "input_shapes": {
46
+ "batch_size": 1,
47
+ "num_choices": 2,
48
+ "sequence_length": 2
49
+ },
50
+ "new_tokens": null,
51
+ "memory": true,
52
+ "latency": true,
53
+ "energy": true,
54
+ "forward_kwargs": {},
55
+ "generate_kwargs": {
56
+ "max_new_tokens": 2,
57
+ "min_new_tokens": 2
58
+ },
59
+ "call_kwargs": {
60
+ "num_inference_steps": 2
61
+ }
62
+ },
63
+ "launcher": {
64
+ "name": "process",
65
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
66
+ "device_isolation": false,
67
+ "device_isolation_action": "error",
68
+ "numactl": false,
69
+ "numactl_kwargs": {},
70
+ "start_method": "spawn"
71
+ },
72
+ "environment": {
73
+ "cpu": " AMD EPYC 7742 64-Core Processor",
74
+ "cpu_count": 128,
75
+ "cpu_ram_mb": 540671.660032,
76
+ "system": "Linux",
77
+ "machine": "x86_64",
78
+ "platform": "Linux-5.4.0-166-generic-x86_64-with-glibc2.35",
79
+ "processor": "x86_64",
80
+ "python_version": "3.10.12",
81
+ "optimum_benchmark_version": "0.4.0",
82
+ "optimum_benchmark_commit": null,
83
+ "transformers_version": "4.44.0",
84
+ "transformers_commit": null,
85
+ "accelerate_version": "0.33.0",
86
+ "accelerate_commit": null,
87
+ "diffusers_version": "0.30.0",
88
+ "diffusers_commit": null,
89
+ "optimum_version": null,
90
+ "optimum_commit": null,
91
+ "timm_version": "1.0.8",
92
+ "timm_commit": null,
93
+ "peft_version": "0.12.0",
94
+ "peft_commit": null
95
+ }
96
+ }