Upload cuda_training_transformers_text-generation_openai-community/gpt2/benchmark_config.json with huggingface_hub
Browse files
cuda_training_transformers_text-generation_openai-community/gpt2/benchmark_config.json
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "cuda_training_transformers_text-generation_openai-community/gpt2",
|
| 3 |
+
"backend": {
|
| 4 |
+
"name": "pytorch",
|
| 5 |
+
"version": "2.2.2",
|
| 6 |
+
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
| 7 |
+
"task": "text-generation",
|
| 8 |
+
"model": "openai-community/gpt2",
|
| 9 |
+
"library": "transformers",
|
| 10 |
+
"device": "cuda",
|
| 11 |
+
"device_ids": "0",
|
| 12 |
+
"seed": 42,
|
| 13 |
+
"inter_op_num_threads": null,
|
| 14 |
+
"intra_op_num_threads": null,
|
| 15 |
+
"hub_kwargs": {
|
| 16 |
+
"revision": "main",
|
| 17 |
+
"force_download": false,
|
| 18 |
+
"local_files_only": false,
|
| 19 |
+
"trust_remote_code": false
|
| 20 |
+
},
|
| 21 |
+
"no_weights": true,
|
| 22 |
+
"device_map": null,
|
| 23 |
+
"torch_dtype": null,
|
| 24 |
+
"eval_mode": true,
|
| 25 |
+
"to_bettertransformer": false,
|
| 26 |
+
"low_cpu_mem_usage": null,
|
| 27 |
+
"attn_implementation": null,
|
| 28 |
+
"cache_implementation": null,
|
| 29 |
+
"autocast_enabled": false,
|
| 30 |
+
"autocast_dtype": null,
|
| 31 |
+
"torch_compile": false,
|
| 32 |
+
"torch_compile_target": "forward",
|
| 33 |
+
"torch_compile_config": {},
|
| 34 |
+
"quantization_scheme": null,
|
| 35 |
+
"quantization_config": {},
|
| 36 |
+
"deepspeed_inference": false,
|
| 37 |
+
"deepspeed_inference_config": {},
|
| 38 |
+
"peft_type": null,
|
| 39 |
+
"peft_config": {}
|
| 40 |
+
},
|
| 41 |
+
"scenario": {
|
| 42 |
+
"name": "training",
|
| 43 |
+
"_target_": "optimum_benchmark.scenarios.training.scenario.TrainingScenario",
|
| 44 |
+
"max_steps": 5,
|
| 45 |
+
"warmup_steps": 2,
|
| 46 |
+
"dataset_shapes": {
|
| 47 |
+
"dataset_size": 500,
|
| 48 |
+
"sequence_length": 16,
|
| 49 |
+
"num_choices": 1
|
| 50 |
+
},
|
| 51 |
+
"training_arguments": {
|
| 52 |
+
"per_device_train_batch_size": 2,
|
| 53 |
+
"gradient_accumulation_steps": 1,
|
| 54 |
+
"output_dir": "./trainer_output",
|
| 55 |
+
"do_train": true,
|
| 56 |
+
"use_cpu": false,
|
| 57 |
+
"max_steps": 5,
|
| 58 |
+
"do_eval": false,
|
| 59 |
+
"do_predict": false,
|
| 60 |
+
"report_to": "none",
|
| 61 |
+
"skip_memory_metrics": true,
|
| 62 |
+
"ddp_find_unused_parameters": false
|
| 63 |
+
},
|
| 64 |
+
"latency": true,
|
| 65 |
+
"memory": true,
|
| 66 |
+
"energy": false
|
| 67 |
+
},
|
| 68 |
+
"launcher": {
|
| 69 |
+
"name": "process",
|
| 70 |
+
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
|
| 71 |
+
"device_isolation": true,
|
| 72 |
+
"device_isolation_action": "error",
|
| 73 |
+
"start_method": "spawn"
|
| 74 |
+
},
|
| 75 |
+
"environment": {
|
| 76 |
+
"cpu": " AMD EPYC 7R32",
|
| 77 |
+
"cpu_count": 16,
|
| 78 |
+
"cpu_ram_mb": 66697.29792,
|
| 79 |
+
"system": "Linux",
|
| 80 |
+
"machine": "x86_64",
|
| 81 |
+
"platform": "Linux-5.10.214-202.855.amzn2.x86_64-x86_64-with-glibc2.35",
|
| 82 |
+
"processor": "x86_64",
|
| 83 |
+
"python_version": "3.10.14",
|
| 84 |
+
"gpu": [
|
| 85 |
+
"NVIDIA A10G"
|
| 86 |
+
],
|
| 87 |
+
"gpu_count": 1,
|
| 88 |
+
"gpu_vram_mb": 24146608128,
|
| 89 |
+
"optimum_benchmark_version": "0.2.0",
|
| 90 |
+
"optimum_benchmark_commit": null,
|
| 91 |
+
"transformers_version": "4.40.2",
|
| 92 |
+
"transformers_commit": null,
|
| 93 |
+
"accelerate_version": "0.30.0",
|
| 94 |
+
"accelerate_commit": null,
|
| 95 |
+
"diffusers_version": "0.27.2",
|
| 96 |
+
"diffusers_commit": null,
|
| 97 |
+
"optimum_version": null,
|
| 98 |
+
"optimum_commit": null,
|
| 99 |
+
"timm_version": "0.9.16",
|
| 100 |
+
"timm_commit": null,
|
| 101 |
+
"peft_version": null,
|
| 102 |
+
"peft_commit": null
|
| 103 |
+
}
|
| 104 |
+
}
|