IlyasMoutawwakil HF staff commited on
Commit
cf99fd0
1 Parent(s): 609c546

Upload cuda_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark_config.json with huggingface_hub

Browse files
cuda_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark_config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cuda_inference_transformers_fill-mask_google-bert/bert-base-uncased",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.2.2+rocm5.7",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "fill-mask",
8
+ "model": "google-bert/bert-base-uncased",
9
+ "library": "transformers",
10
+ "device": "cuda",
11
+ "device_ids": "0",
12
+ "seed": 42,
13
+ "inter_op_num_threads": null,
14
+ "intra_op_num_threads": null,
15
+ "hub_kwargs": {
16
+ "revision": "main",
17
+ "force_download": false,
18
+ "local_files_only": false,
19
+ "trust_remote_code": false
20
+ },
21
+ "no_weights": true,
22
+ "device_map": null,
23
+ "torch_dtype": null,
24
+ "eval_mode": true,
25
+ "to_bettertransformer": false,
26
+ "low_cpu_mem_usage": null,
27
+ "attn_implementation": null,
28
+ "cache_implementation": null,
29
+ "autocast_enabled": false,
30
+ "autocast_dtype": null,
31
+ "torch_compile": false,
32
+ "torch_compile_target": "forward",
33
+ "torch_compile_config": {},
34
+ "quantization_scheme": null,
35
+ "quantization_config": {},
36
+ "deepspeed_inference": false,
37
+ "deepspeed_inference_config": {},
38
+ "peft_type": null,
39
+ "peft_config": {}
40
+ },
41
+ "scenario": {
42
+ "name": "inference",
43
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
44
+ "iterations": 1,
45
+ "duration": 1,
46
+ "warmup_runs": 1,
47
+ "input_shapes": {
48
+ "batch_size": 1,
49
+ "num_choices": 2,
50
+ "sequence_length": 2
51
+ },
52
+ "new_tokens": null,
53
+ "latency": true,
54
+ "memory": true,
55
+ "energy": false,
56
+ "forward_kwargs": {},
57
+ "generate_kwargs": {
58
+ "max_new_tokens": 2,
59
+ "min_new_tokens": 2
60
+ },
61
+ "call_kwargs": {
62
+ "num_inference_steps": 2
63
+ }
64
+ },
65
+ "launcher": {
66
+ "name": "process",
67
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
68
+ "device_isolation": true,
69
+ "device_isolation_action": "error",
70
+ "start_method": "spawn"
71
+ },
72
+ "environment": {
73
+ "cpu": " AMD EPYC 7763 64-Core Processor",
74
+ "cpu_count": 128,
75
+ "cpu_ram_mb": 1082015.236096,
76
+ "system": "Linux",
77
+ "machine": "x86_64",
78
+ "platform": "Linux-5.15.0-84-generic-x86_64-with-glibc2.35",
79
+ "processor": "x86_64",
80
+ "python_version": "3.10.12",
81
+ "gpu": [
82
+ "Advanced Micro Devices, Inc. [AMD/ATI]"
83
+ ],
84
+ "gpu_count": 1,
85
+ "gpu_vram_mb": 68702699520,
86
+ "optimum_benchmark_version": "0.2.0",
87
+ "optimum_benchmark_commit": null,
88
+ "transformers_version": "4.40.2",
89
+ "transformers_commit": null,
90
+ "accelerate_version": "0.30.1",
91
+ "accelerate_commit": null,
92
+ "diffusers_version": "0.27.2",
93
+ "diffusers_commit": null,
94
+ "optimum_version": null,
95
+ "optimum_commit": null,
96
+ "timm_version": "0.9.16",
97
+ "timm_commit": null,
98
+ "peft_version": null,
99
+ "peft_commit": null
100
+ }
101
+ }