IlyasMoutawwakil HF staff commited on
Commit
373957e
·
verified ·
1 Parent(s): a92f0ed

Upload cuda_inference_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM/benchmark_config.json with huggingface_hub

Browse files
cuda_inference_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM/benchmark_config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cuda_inference_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.3.1+rocm5.7",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "text-generation",
8
+ "library": "transformers",
9
+ "model_type": "llama",
10
+ "model": "hf-internal-testing/tiny-random-LlamaForCausalLM",
11
+ "processor": "hf-internal-testing/tiny-random-LlamaForCausalLM",
12
+ "device": "cuda",
13
+ "device_ids": "5",
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
+ "device_map": null,
21
+ "torch_dtype": null,
22
+ "eval_mode": true,
23
+ "to_bettertransformer": false,
24
+ "low_cpu_mem_usage": null,
25
+ "attn_implementation": null,
26
+ "cache_implementation": null,
27
+ "autocast_enabled": false,
28
+ "autocast_dtype": null,
29
+ "torch_compile": false,
30
+ "torch_compile_target": "forward",
31
+ "torch_compile_config": {},
32
+ "quantization_scheme": null,
33
+ "quantization_config": {},
34
+ "deepspeed_inference": false,
35
+ "deepspeed_inference_config": {},
36
+ "peft_type": null,
37
+ "peft_config": {}
38
+ },
39
+ "scenario": {
40
+ "name": "inference",
41
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
42
+ "iterations": 1,
43
+ "duration": 1,
44
+ "warmup_runs": 1,
45
+ "input_shapes": {
46
+ "batch_size": 2,
47
+ "sequence_length": 16,
48
+ "num_choices": 2
49
+ },
50
+ "new_tokens": null,
51
+ "memory": true,
52
+ "latency": true,
53
+ "energy": false,
54
+ "forward_kwargs": {},
55
+ "generate_kwargs": {
56
+ "max_new_tokens": 2,
57
+ "min_new_tokens": 2
58
+ },
59
+ "call_kwargs": {
60
+ "num_inference_steps": 2
61
+ }
62
+ },
63
+ "launcher": {
64
+ "name": "process",
65
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
66
+ "device_isolation": true,
67
+ "device_isolation_action": "warn",
68
+ "numactl": false,
69
+ "numactl_kwargs": {},
70
+ "start_method": "spawn"
71
+ },
72
+ "environment": {
73
+ "cpu": " AMD EPYC 7763 64-Core Processor",
74
+ "cpu_count": 128,
75
+ "cpu_ram_mb": 1082014.490624,
76
+ "system": "Linux",
77
+ "machine": "x86_64",
78
+ "platform": "Linux-5.15.0-122-generic-x86_64-with-glibc2.35",
79
+ "processor": "x86_64",
80
+ "python_version": "3.10.12",
81
+ "gpu": [
82
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
83
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
84
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
85
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
86
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
87
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
88
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
89
+ "Advanced Micro Devices, Inc. [AMD/ATI]"
90
+ ],
91
+ "gpu_count": 8,
92
+ "gpu_vram_mb": 549621596160,
93
+ "optimum_benchmark_version": "0.5.0.dev0",
94
+ "optimum_benchmark_commit": null,
95
+ "transformers_version": "4.47.0",
96
+ "transformers_commit": null,
97
+ "accelerate_version": "1.2.0",
98
+ "accelerate_commit": null,
99
+ "diffusers_version": "0.31.0",
100
+ "diffusers_commit": null,
101
+ "optimum_version": null,
102
+ "optimum_commit": null,
103
+ "timm_version": "1.0.12",
104
+ "timm_commit": null,
105
+ "peft_version": "0.14.0",
106
+ "peft_commit": null
107
+ },
108
+ "print_report": true,
109
+ "log_report": true
110
+ }