IlyasMoutawwakil HF Staff commited on
Commit
2a67567
·
verified ·
1 Parent(s): 23824cf

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.3.0+cpu",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "fill-mask",
8
+ "model": "google-bert/bert-base-uncased",
9
+ "library": "transformers",
10
+ "device": "cpu",
11
+ "device_ids": null,
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": false,
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": 2,
49
+ "num_choices": 2,
50
+ "sequence_length": 16
51
+ },
52
+ "new_tokens": null,
53
+ "latency": true,
54
+ "memory": true,
55
+ "energy": false,
56
+ "forward_kwargs": {},
57
+ "generate_kwargs": {},
58
+ "call_kwargs": {}
59
+ },
60
+ "launcher": {
61
+ "name": "process",
62
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
63
+ "device_isolation": false,
64
+ "device_isolation_action": null,
65
+ "start_method": "spawn"
66
+ },
67
+ "environment": {
68
+ "cpu": " AMD EPYC 7763 64-Core Processor",
69
+ "cpu_count": 4,
70
+ "cpu_ram_mb": 16757.346304,
71
+ "system": "Linux",
72
+ "machine": "x86_64",
73
+ "platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
74
+ "processor": "x86_64",
75
+ "python_version": "3.10.14",
76
+ "optimum_benchmark_version": "0.2.0",
77
+ "optimum_benchmark_commit": "62a285c19141f06dfefa3e3372c4d089bc6a2a7b",
78
+ "transformers_version": "4.40.2",
79
+ "transformers_commit": null,
80
+ "accelerate_version": "0.30.0",
81
+ "accelerate_commit": null,
82
+ "diffusers_version": "0.27.2",
83
+ "diffusers_commit": null,
84
+ "optimum_version": null,
85
+ "optimum_commit": null,
86
+ "timm_version": "0.9.16",
87
+ "timm_commit": null,
88
+ "peft_version": null,
89
+ "peft_commit": null
90
+ }
91
+ }