IlyasMoutawwakil HF Staff commited on
Commit
423fdaa
·
verified ·
1 Parent(s): dc09410

Upload openvino_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. openvino_config.json +99 -0
openvino_config.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "openvino",
3
+ "backend": {
4
+ "name": "openvino",
5
+ "version": "2025.3.0",
6
+ "_target_": "optimum_benchmark.backends.openvino.backend.OpenVINOBackend",
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
+ "export": null,
21
+ "use_cache": null,
22
+ "use_merged": null,
23
+ "torch_dtype": null,
24
+ "load_in_8bit": null,
25
+ "load_in_4bit": null,
26
+ "ov_config": null,
27
+ "quantization_config": null,
28
+ "half": false,
29
+ "compile": false,
30
+ "reshape": false,
31
+ "reshape_kwargs": {}
32
+ },
33
+ "scenario": {
34
+ "name": "inference",
35
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
36
+ "iterations": 10,
37
+ "duration": 10,
38
+ "warmup_runs": 10,
39
+ "input_shapes": {
40
+ "batch_size": 1,
41
+ "sequence_length": 16,
42
+ "num_images": 1
43
+ },
44
+ "new_tokens": null,
45
+ "memory": true,
46
+ "latency": true,
47
+ "energy": false,
48
+ "forward_kwargs": {},
49
+ "generate_kwargs": {
50
+ "max_new_tokens": 16,
51
+ "min_new_tokens": 16
52
+ },
53
+ "call_kwargs": {}
54
+ },
55
+ "launcher": {
56
+ "name": "process",
57
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
58
+ "device_isolation": false,
59
+ "device_isolation_action": null,
60
+ "numactl": false,
61
+ "numactl_kwargs": {},
62
+ "start_method": "spawn"
63
+ },
64
+ "environment": {
65
+ "cpu": " AMD EPYC 7742 64-Core Processor",
66
+ "cpu_count": 128,
67
+ "cpu_ram_mb": 540671.623168,
68
+ "system": "Linux",
69
+ "machine": "x86_64",
70
+ "platform": "Linux-5.4.0-216-generic-x86_64-with-glibc2.31",
71
+ "processor": "x86_64",
72
+ "python_version": "3.10.18",
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.7.0.dev0",
83
+ "optimum_benchmark_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
84
+ "transformers_version": "4.55.4",
85
+ "transformers_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
86
+ "accelerate_version": "1.10.1",
87
+ "accelerate_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
88
+ "diffusers_version": "0.35.1",
89
+ "diffusers_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
90
+ "optimum_version": "1.27.0",
91
+ "optimum_commit": null,
92
+ "timm_version": "1.0.20",
93
+ "timm_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
94
+ "peft_version": "0.17.1",
95
+ "peft_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e"
96
+ },
97
+ "print_report": false,
98
+ "log_report": true
99
+ }