IlyasMoutawwakil HF Staff commited on
Commit
5cc4002
·
verified ·
1 Parent(s): bdd9393

Upload pytorch-compile_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. pytorch-compile_config.json +106 -0
pytorch-compile_config.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "pytorch-compile",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.8.0",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "model": "bert-base-uncased",
8
+ "processor": "bert-base-uncased",
9
+ "task": "fill-mask",
10
+ "library": "transformers",
11
+ "model_type": "bert",
12
+ "device": "cuda",
13
+ "device_ids": "0,1,2,3,4",
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
+ "tp_plan": null,
21
+ "device_map": null,
22
+ "torch_dtype": null,
23
+ "eval_mode": true,
24
+ "to_bettertransformer": false,
25
+ "low_cpu_mem_usage": null,
26
+ "attn_implementation": null,
27
+ "cache_implementation": null,
28
+ "allow_tf32": false,
29
+ "autocast_enabled": false,
30
+ "autocast_dtype": null,
31
+ "torch_compile": true,
32
+ "torch_compile_target": "forward",
33
+ "torch_compile_config": {
34
+ "backend": "inductor",
35
+ "fullgraph": true
36
+ },
37
+ "quantization_scheme": null,
38
+ "quantization_config": {},
39
+ "deepspeed_inference": false,
40
+ "deepspeed_inference_config": {},
41
+ "peft_type": null,
42
+ "peft_config": {}
43
+ },
44
+ "scenario": {
45
+ "name": "inference",
46
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
47
+ "iterations": 10,
48
+ "duration": 10,
49
+ "warmup_runs": 10,
50
+ "input_shapes": {
51
+ "batch_size": 1,
52
+ "sequence_length": 256
53
+ },
54
+ "new_tokens": null,
55
+ "memory": false,
56
+ "latency": true,
57
+ "energy": false,
58
+ "forward_kwargs": {},
59
+ "generate_kwargs": {},
60
+ "call_kwargs": {}
61
+ },
62
+ "launcher": {
63
+ "name": "process",
64
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
65
+ "device_isolation": false,
66
+ "device_isolation_action": null,
67
+ "numactl": false,
68
+ "numactl_kwargs": {},
69
+ "start_method": "spawn"
70
+ },
71
+ "environment": {
72
+ "cpu": " AMD EPYC 7742 64-Core Processor",
73
+ "cpu_count": 128,
74
+ "cpu_ram_mb": 540671.623168,
75
+ "system": "Linux",
76
+ "machine": "x86_64",
77
+ "platform": "Linux-5.4.0-216-generic-x86_64-with-glibc2.31",
78
+ "processor": "x86_64",
79
+ "python_version": "3.10.18",
80
+ "gpu": [
81
+ "NVIDIA A100-SXM4-80GB",
82
+ "NVIDIA A100-SXM4-80GB",
83
+ "NVIDIA A100-SXM4-80GB",
84
+ "NVIDIA DGX Display",
85
+ "NVIDIA A100-SXM4-80GB"
86
+ ],
87
+ "gpu_count": 5,
88
+ "gpu_vram_mb": 347892350976,
89
+ "optimum_benchmark_version": "0.7.0.dev0",
90
+ "optimum_benchmark_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
91
+ "transformers_version": "4.56.2",
92
+ "transformers_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
93
+ "accelerate_version": "1.10.1",
94
+ "accelerate_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
95
+ "diffusers_version": "0.35.1",
96
+ "diffusers_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
97
+ "optimum_version": "1.27.0",
98
+ "optimum_commit": null,
99
+ "timm_version": "1.0.20",
100
+ "timm_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
101
+ "peft_version": "0.17.1",
102
+ "peft_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f"
103
+ },
104
+ "print_report": false,
105
+ "log_report": true
106
+ }