IlyasMoutawwakil HF Staff commited on
Commit
de4ca18
·
verified ·
1 Parent(s): 56a9e49

Upload openvino-8bit-woq_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. openvino-8bit-woq_config.json +103 -0
openvino-8bit-woq_config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "openvino-8bit-woq",
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": {
28
+ "bits": 8,
29
+ "num_samples": 1,
30
+ "weight_only": true
31
+ },
32
+ "half": false,
33
+ "compile": false,
34
+ "reshape": false,
35
+ "reshape_kwargs": {}
36
+ },
37
+ "scenario": {
38
+ "name": "inference",
39
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
40
+ "iterations": 10,
41
+ "duration": 10,
42
+ "warmup_runs": 10,
43
+ "input_shapes": {
44
+ "batch_size": 1,
45
+ "sequence_length": 16,
46
+ "num_images": 1
47
+ },
48
+ "new_tokens": null,
49
+ "memory": true,
50
+ "latency": true,
51
+ "energy": false,
52
+ "forward_kwargs": {},
53
+ "generate_kwargs": {
54
+ "max_new_tokens": 16,
55
+ "min_new_tokens": 16
56
+ },
57
+ "call_kwargs": {}
58
+ },
59
+ "launcher": {
60
+ "name": "process",
61
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
62
+ "device_isolation": false,
63
+ "device_isolation_action": null,
64
+ "numactl": false,
65
+ "numactl_kwargs": {},
66
+ "start_method": "spawn"
67
+ },
68
+ "environment": {
69
+ "cpu": " AMD EPYC 7742 64-Core Processor",
70
+ "cpu_count": 128,
71
+ "cpu_ram_mb": 540671.623168,
72
+ "system": "Linux",
73
+ "machine": "x86_64",
74
+ "platform": "Linux-5.4.0-216-generic-x86_64-with-glibc2.31",
75
+ "processor": "x86_64",
76
+ "python_version": "3.10.18",
77
+ "gpu": [
78
+ "NVIDIA A100-SXM4-80GB",
79
+ "NVIDIA A100-SXM4-80GB",
80
+ "NVIDIA A100-SXM4-80GB",
81
+ "NVIDIA DGX Display",
82
+ "NVIDIA A100-SXM4-80GB"
83
+ ],
84
+ "gpu_count": 5,
85
+ "gpu_vram_mb": 347892350976,
86
+ "optimum_benchmark_version": "0.7.0.dev0",
87
+ "optimum_benchmark_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
88
+ "transformers_version": "4.55.4",
89
+ "transformers_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
90
+ "accelerate_version": "1.10.1",
91
+ "accelerate_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
92
+ "diffusers_version": "0.35.1",
93
+ "diffusers_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
94
+ "optimum_version": "1.27.0",
95
+ "optimum_commit": null,
96
+ "timm_version": "1.0.20",
97
+ "timm_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e",
98
+ "peft_version": "0.17.1",
99
+ "peft_commit": "332ccd5a1957be39305b11e355d1310c3e226e1e"
100
+ },
101
+ "print_report": false,
102
+ "log_report": true
103
+ }