IlyasMoutawwakil HF Staff commited on
Commit
7685e20
·
verified ·
1 Parent(s): ec546e8

Upload pytorch_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. pytorch_config.json +107 -0
pytorch_config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "pytorch",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.8.0",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "model": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
8
+ "processor": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
9
+ "task": "image-text-to-text",
10
+ "library": "transformers",
11
+ "model_type": "smolvlm",
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": 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": 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": 10,
45
+ "duration": 10,
46
+ "warmup_runs": 10,
47
+ "input_shapes": {
48
+ "batch_size": 1,
49
+ "sequence_length": 16,
50
+ "num_images": 1
51
+ },
52
+ "new_tokens": null,
53
+ "memory": true,
54
+ "latency": true,
55
+ "energy": false,
56
+ "forward_kwargs": {},
57
+ "generate_kwargs": {
58
+ "max_new_tokens": 16,
59
+ "min_new_tokens": 16
60
+ },
61
+ "call_kwargs": {}
62
+ },
63
+ "launcher": {
64
+ "name": "process",
65
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
66
+ "device_isolation": false,
67
+ "device_isolation_action": null,
68
+ "numactl": false,
69
+ "numactl_kwargs": {},
70
+ "start_method": "spawn"
71
+ },
72
+ "environment": {
73
+ "cpu": " AMD EPYC 7742 64-Core Processor",
74
+ "cpu_count": 128,
75
+ "cpu_ram_mb": 540671.623168,
76
+ "system": "Linux",
77
+ "machine": "x86_64",
78
+ "platform": "Linux-5.4.0-216-generic-x86_64-with-glibc2.31",
79
+ "processor": "x86_64",
80
+ "python_version": "3.10.18",
81
+ "gpu": [
82
+ "NVIDIA A100-SXM4-80GB",
83
+ "NVIDIA A100-SXM4-80GB",
84
+ "NVIDIA A100-SXM4-80GB",
85
+ "NVIDIA DGX Display",
86
+ "NVIDIA A100-SXM4-80GB"
87
+ ],
88
+ "gpu_count": 5,
89
+ "gpu_vram_mb": 347892350976,
90
+ "optimum_benchmark_version": "0.7.0.dev0",
91
+ "optimum_benchmark_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
92
+ "transformers_version": "4.55.4",
93
+ "transformers_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
94
+ "accelerate_version": "1.10.1",
95
+ "accelerate_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
96
+ "diffusers_version": "0.35.1",
97
+ "diffusers_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
98
+ "optimum_version": "1.27.0",
99
+ "optimum_commit": null,
100
+ "timm_version": "1.0.20",
101
+ "timm_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
102
+ "peft_version": "0.17.1",
103
+ "peft_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e"
104
+ },
105
+ "print_report": false,
106
+ "log_report": true
107
+ }