IlyasMoutawwakil HF staff commited on
Commit
6639970
·
verified ·
1 Parent(s): 4bf75f5

Upload cuda_pytorch_bert/benchmark_config.json with huggingface_hub

Browse files
cuda_pytorch_bert/benchmark_config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cuda_pytorch_bert",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.5.1+cu124",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "fill-mask",
8
+ "library": "transformers",
9
+ "model_type": "bert",
10
+ "model": "google-bert/bert-base-uncased",
11
+ "processor": "google-bert/bert-base-uncased",
12
+ "device": "cuda",
13
+ "device_ids": "0",
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": 10,
43
+ "duration": 10,
44
+ "warmup_runs": 10,
45
+ "input_shapes": {
46
+ "batch_size": 1,
47
+ "sequence_length": 128
48
+ },
49
+ "new_tokens": null,
50
+ "memory": true,
51
+ "latency": true,
52
+ "energy": false,
53
+ "forward_kwargs": {},
54
+ "generate_kwargs": {},
55
+ "call_kwargs": {}
56
+ },
57
+ "launcher": {
58
+ "name": "process",
59
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
60
+ "device_isolation": true,
61
+ "device_isolation_action": "warn",
62
+ "numactl": false,
63
+ "numactl_kwargs": {},
64
+ "start_method": "spawn"
65
+ },
66
+ "environment": {
67
+ "cpu": " AMD EPYC 7R32",
68
+ "cpu_count": 16,
69
+ "cpu_ram_mb": 66697.248768,
70
+ "system": "Linux",
71
+ "machine": "x86_64",
72
+ "platform": "Linux-5.10.228-219.884.amzn2.x86_64-x86_64-with-glibc2.35",
73
+ "processor": "x86_64",
74
+ "python_version": "3.10.12",
75
+ "gpu": [
76
+ "NVIDIA A10G"
77
+ ],
78
+ "gpu_count": 1,
79
+ "gpu_vram_mb": 24146608128,
80
+ "optimum_benchmark_version": "0.5.0.dev0",
81
+ "optimum_benchmark_commit": null,
82
+ "transformers_version": "4.47.0",
83
+ "transformers_commit": null,
84
+ "accelerate_version": "1.2.0",
85
+ "accelerate_commit": null,
86
+ "diffusers_version": "0.31.0",
87
+ "diffusers_commit": null,
88
+ "optimum_version": null,
89
+ "optimum_commit": null,
90
+ "timm_version": "1.0.12",
91
+ "timm_commit": null,
92
+ "peft_version": "0.14.0",
93
+ "peft_commit": null
94
+ },
95
+ "print_report": true,
96
+ "log_report": true
97
+ }