IlyasMoutawwakil HF staff commited on
Commit
f728d65
·
verified ·
1 Parent(s): 8f2ccb4

Upload test_api_push_to_hub_mixin\benchmark_config.json with huggingface_hub

Browse files
test_api_push_to_hub_mixin//benchmark_config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "test_api_push_to_hub_mixin",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.4.1+cpu",
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": "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
+ "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": 2,
47
+ "num_choices": 2,
48
+ "sequence_length": 16
49
+ },
50
+ "new_tokens": null,
51
+ "memory": true,
52
+ "latency": true,
53
+ "energy": false,
54
+ "forward_kwargs": {},
55
+ "generate_kwargs": {},
56
+ "call_kwargs": {}
57
+ },
58
+ "launcher": {
59
+ "name": "process",
60
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
61
+ "device_isolation": false,
62
+ "device_isolation_action": null,
63
+ "numactl": false,
64
+ "numactl_kwargs": {},
65
+ "start_method": "spawn"
66
+ },
67
+ "environment": {
68
+ "cpu": "AMD64 Family 25 Model 1 Stepping 1, AuthenticAMD",
69
+ "cpu_count": 4,
70
+ "cpu_ram_mb": 17179.398144,
71
+ "system": "Windows",
72
+ "machine": "AMD64",
73
+ "platform": "Windows-10-10.0.20348-SP0",
74
+ "processor": "AMD64 Family 25 Model 1 Stepping 1, AuthenticAMD",
75
+ "python_version": "3.8.10",
76
+ "optimum_benchmark_version": "0.4.0",
77
+ "optimum_benchmark_commit": "fff76edd0e47798c0f512378ade9e3ff3a2cc322",
78
+ "transformers_version": "4.44.2",
79
+ "transformers_commit": null,
80
+ "accelerate_version": "0.34.2",
81
+ "accelerate_commit": null,
82
+ "diffusers_version": "0.30.3",
83
+ "diffusers_commit": null,
84
+ "optimum_version": null,
85
+ "optimum_commit": null,
86
+ "timm_version": "1.0.9",
87
+ "timm_commit": null,
88
+ "peft_version": null,
89
+ "peft_commit": null
90
+ }
91
+ }