IlyasMoutawwakil HF Staff commited on
Commit
a9a37b4
·
verified ·
1 Parent(s): a4a895a

Upload openvino_config.json with huggingface_hub

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