IlyasMoutawwakil's picture
Upload cuda_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM/benchmark.json with huggingface_hub
90ebdaa verified
{
"config": {
"name": "cuda_training_transformers_text-generation_hf-internal-testing/tiny-random-LlamaForCausalLM",
"backend": {
"name": "pytorch",
"version": "2.5.1",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"model": "hf-internal-testing/tiny-random-LlamaForCausalLM",
"processor": "hf-internal-testing/tiny-random-LlamaForCausalLM",
"task": "text-generation",
"library": "transformers",
"model_type": "llama",
"device": "cuda",
"device_ids": "0",
"seed": 42,
"inter_op_num_threads": null,
"intra_op_num_threads": null,
"model_kwargs": {},
"processor_kwargs": {},
"no_weights": true,
"tp_plan": null,
"device_map": null,
"torch_dtype": null,
"eval_mode": true,
"to_bettertransformer": false,
"low_cpu_mem_usage": null,
"attn_implementation": null,
"cache_implementation": null,
"allow_tf32": false,
"autocast_enabled": false,
"autocast_dtype": null,
"torch_compile": false,
"torch_compile_target": "forward",
"torch_compile_config": {},
"quantization_scheme": null,
"quantization_config": {},
"deepspeed_inference": false,
"deepspeed_inference_config": {},
"peft_type": null,
"peft_config": {}
},
"scenario": {
"name": "training",
"_target_": "optimum_benchmark.scenarios.training.scenario.TrainingScenario",
"max_steps": 5,
"warmup_steps": 2,
"dataset_shapes": {
"dataset_size": 500,
"sequence_length": 16,
"num_choices": 1
},
"training_arguments": {
"per_device_train_batch_size": 2,
"gradient_accumulation_steps": 1,
"output_dir": "./trainer_output",
"eval_strategy": "no",
"save_strategy": "no",
"do_train": true,
"use_cpu": false,
"max_steps": 5,
"do_eval": false,
"do_predict": false,
"report_to": "none",
"skip_memory_metrics": true,
"ddp_find_unused_parameters": false
},
"latency": true,
"memory": true,
"energy": true
},
"launcher": {
"name": "process",
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
"device_isolation": true,
"device_isolation_action": "error",
"numactl": false,
"numactl_kwargs": {},
"start_method": "spawn"
},
"environment": {
"cpu": " AMD EPYC 7742 64-Core Processor",
"cpu_count": 128,
"cpu_ram_mb": 540671.643648,
"system": "Linux",
"machine": "x86_64",
"platform": "Linux-5.4.0-166-generic-x86_64-with-glibc2.31",
"processor": "x86_64",
"python_version": "3.10.18",
"gpu": [
"NVIDIA A100-SXM4-80GB",
"NVIDIA A100-SXM4-80GB",
"NVIDIA A100-SXM4-80GB",
"NVIDIA DGX Display",
"NVIDIA A100-SXM4-80GB"
],
"gpu_count": 5,
"gpu_vram_mb": 347892350976,
"optimum_benchmark_version": "0.6.0.dev0",
"optimum_benchmark_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
"transformers_version": "4.45.1",
"transformers_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
"accelerate_version": "1.10.0",
"accelerate_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
"diffusers_version": "0.34.0",
"diffusers_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
"optimum_version": null,
"optimum_commit": null,
"timm_version": "1.0.19",
"timm_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db",
"peft_version": "0.17.0",
"peft_commit": "61a08086def388b3e78bbf6b42ed20ab4af3f8db"
},
"print_report": true,
"log_report": true
},
"report": {
"overall": {
"memory": {
"unit": "MB",
"max_ram": 1335.873536,
"max_global_vram": 1503.592448,
"max_process_vram": 576.7168,
"max_reserved": 44.040192,
"max_allocated": 42.17344
},
"latency": {
"unit": "s",
"values": [
0.6672220458984375,
0.009065471649169921,
0.008154111862182617,
0.007776256084442139,
0.00782643222808838
],
"count": 5,
"total": 0.7000443177223206,
"mean": 0.14000886354446412,
"p50": 0.008154111862182617,
"p90": 0.4039594161987305,
"p95": 0.5355907310485839,
"p99": 0.6408957829284667,
"stdev": 0.26360699713567143,
"stdev_": 188.27879211515412
},
"throughput": {
"unit": "samples/s",
"value": 71.42404949829617
},
"energy": {
"unit": "kWh",
"cpu": 2.9431620438117535e-05,
"ram": 4.938827896241117e-05,
"gpu": 1.7908903210184235e-05,
"total": 9.672880261071294e-05
},
"efficiency": {
"unit": "samples/kWh",
"value": 103381.82351171249
}
},
"warmup": {
"memory": {
"unit": "MB",
"max_ram": 1335.873536,
"max_global_vram": 1503.592448,
"max_process_vram": 576.7168,
"max_reserved": 44.040192,
"max_allocated": 42.17344
},
"latency": {
"unit": "s",
"values": [
0.6672220458984375,
0.009065471649169921
],
"count": 2,
"total": 0.6762875175476074,
"mean": 0.3381437587738037,
"p50": 0.3381437587738037,
"p90": 0.6014063884735107,
"p95": 0.634314217185974,
"p99": 0.6606404801559448,
"stdev": 0.3290782871246338,
"stdev_": 97.3190480634498
},
"throughput": {
"unit": "samples/s",
"value": 11.829288272257426
},
"energy": null,
"efficiency": null
},
"train": {
"memory": {
"unit": "MB",
"max_ram": 1335.873536,
"max_global_vram": 1503.592448,
"max_process_vram": 576.7168,
"max_reserved": 44.040192,
"max_allocated": 42.17344
},
"latency": {
"unit": "s",
"values": [
0.008154111862182617,
0.007776256084442139,
0.00782643222808838
],
"count": 3,
"total": 0.023756800174713134,
"mean": 0.007918933391571044,
"p50": 0.00782643222808838,
"p90": 0.00808857593536377,
"p95": 0.008121343898773193,
"p99": 0.008147558269500732,
"stdev": 0.00016755316793424239,
"stdev_": 2.115855250311701
},
"throughput": {
"unit": "samples/s",
"value": 757.677796151996
},
"energy": null,
"efficiency": null
}
}
}