IlyasMoutawwakil HF staff commited on
Commit
675ad11
1 Parent(s): 96f24b6

Upload test_api_push_to_hub_mixin/experiment_config.json with huggingface_hub

Browse files
test_api_push_to_hub_mixin/experiment_config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "experiment_name": "test_api_push_to_hub_mixin",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.2.2+cu118",
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
+ "amp_autocast": false,
25
+ "amp_dtype": null,
26
+ "eval_mode": true,
27
+ "to_bettertransformer": false,
28
+ "low_cpu_mem_usage": null,
29
+ "attn_implementation": null,
30
+ "cache_implementation": null,
31
+ "torch_compile": false,
32
+ "torch_compile_config": {},
33
+ "quantization_scheme": null,
34
+ "quantization_config": {},
35
+ "deepspeed_inference": false,
36
+ "deepspeed_inference_config": {},
37
+ "peft_type": null,
38
+ "peft_config": {}
39
+ },
40
+ "launcher": {
41
+ "name": "process",
42
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
43
+ "device_isolation": false,
44
+ "start_method": "spawn"
45
+ },
46
+ "benchmark": {
47
+ "name": "inference",
48
+ "_target_": "optimum_benchmark.benchmarks.inference.benchmark.InferenceBenchmark",
49
+ "duration": 1,
50
+ "warmup_runs": 1,
51
+ "input_shapes": {
52
+ "batch_size": 2,
53
+ "num_choices": 2,
54
+ "sequence_length": 16
55
+ },
56
+ "new_tokens": null,
57
+ "latency": true,
58
+ "memory": true,
59
+ "energy": false,
60
+ "forward_kwargs": {},
61
+ "generate_kwargs": {},
62
+ "call_kwargs": {}
63
+ },
64
+ "environment": {
65
+ "cpu": " AMD EPYC 7742 64-Core Processor",
66
+ "cpu_count": 128,
67
+ "cpu_ram_mb": 540671.627264,
68
+ "system": "Linux",
69
+ "machine": "x86_64",
70
+ "platform": "Linux-5.4.0-166-generic-x86_64-with-glibc2.35",
71
+ "processor": "x86_64",
72
+ "python_version": "3.10.12",
73
+ "gpu": [
74
+ "NVIDIA A100-SXM4-80GB",
75
+ "NVIDIA A100-SXM4-80GB",
76
+ "NVIDIA A100-SXM4-80GB",
77
+ "NVIDIA DGX Display",
78
+ "NVIDIA A100-SXM4-80GB"
79
+ ],
80
+ "gpu_count": 5,
81
+ "gpu_vram_mb": 347892350976,
82
+ "optimum_benchmark_version": "0.2.0",
83
+ "optimum_benchmark_commit": "379b5ada9deda73c472324db992fcbbba8f48fa4",
84
+ "transformers_version": "4.39.3",
85
+ "transformers_commit": null,
86
+ "accelerate_version": "0.29.1",
87
+ "accelerate_commit": null,
88
+ "diffusers_version": "0.27.2",
89
+ "diffusers_commit": null,
90
+ "optimum_version": null,
91
+ "optimum_commit": null,
92
+ "timm_version": "0.9.16",
93
+ "timm_commit": null,
94
+ "peft_version": "0.10.0",
95
+ "peft_commit": null
96
+ }
97
+ }