IlyasMoutawwakil HF staff commited on
Commit
b2541b0
·
verified ·
1 Parent(s): 3d41503

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

Browse files
cuda_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM/benchmark_config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cuda_training_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": "training",
41
+ "_target_": "optimum_benchmark.scenarios.training.scenario.TrainingScenario",
42
+ "max_steps": 5,
43
+ "warmup_steps": 2,
44
+ "dataset_shapes": {
45
+ "dataset_size": 500,
46
+ "sequence_length": 16,
47
+ "num_choices": 1
48
+ },
49
+ "training_arguments": {
50
+ "per_device_train_batch_size": 2,
51
+ "gradient_accumulation_steps": 1,
52
+ "output_dir": "./trainer_output",
53
+ "evaluation_strategy": "no",
54
+ "eval_strategy": "no",
55
+ "save_strategy": "no",
56
+ "do_train": true,
57
+ "use_cpu": false,
58
+ "max_steps": 5,
59
+ "do_eval": false,
60
+ "do_predict": false,
61
+ "report_to": "none",
62
+ "skip_memory_metrics": true,
63
+ "ddp_find_unused_parameters": false
64
+ },
65
+ "latency": true,
66
+ "memory": true,
67
+ "energy": false
68
+ },
69
+ "launcher": {
70
+ "name": "process",
71
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
72
+ "device_isolation": true,
73
+ "device_isolation_action": "warn",
74
+ "numactl": false,
75
+ "numactl_kwargs": {},
76
+ "start_method": "spawn"
77
+ },
78
+ "environment": {
79
+ "cpu": " AMD EPYC 7763 64-Core Processor",
80
+ "cpu_count": 128,
81
+ "cpu_ram_mb": 1082014.490624,
82
+ "system": "Linux",
83
+ "machine": "x86_64",
84
+ "platform": "Linux-5.15.0-122-generic-x86_64-with-glibc2.35",
85
+ "processor": "x86_64",
86
+ "python_version": "3.10.12",
87
+ "gpu": [
88
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
89
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
90
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
91
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
92
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
93
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
94
+ "Advanced Micro Devices, Inc. [AMD/ATI]",
95
+ "Advanced Micro Devices, Inc. [AMD/ATI]"
96
+ ],
97
+ "gpu_count": 8,
98
+ "gpu_vram_mb": 549621596160,
99
+ "optimum_benchmark_version": "0.5.0.dev0",
100
+ "optimum_benchmark_commit": null,
101
+ "transformers_version": "4.47.0",
102
+ "transformers_commit": null,
103
+ "accelerate_version": "1.2.0",
104
+ "accelerate_commit": null,
105
+ "diffusers_version": "0.31.0",
106
+ "diffusers_commit": null,
107
+ "optimum_version": null,
108
+ "optimum_commit": null,
109
+ "timm_version": "1.0.12",
110
+ "timm_commit": null,
111
+ "peft_version": "0.14.0",
112
+ "peft_commit": null
113
+ },
114
+ "print_report": true,
115
+ "log_report": true
116
+ }