Commit
•
ef290cc
1
Parent(s):
a6cf4b6
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
CHANGED
@@ -5,19 +5,17 @@
|
|
5 |
"version": "2.2.2+rocm5.7",
|
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 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
"local_files_only": false,
|
19 |
-
"trust_remote_code": false
|
20 |
-
},
|
21 |
"no_weights": true,
|
22 |
"device_map": null,
|
23 |
"torch_dtype": null,
|
@@ -87,7 +85,7 @@
|
|
87 |
"gpu_count": 1,
|
88 |
"gpu_vram_mb": 68702699520,
|
89 |
"optimum_benchmark_version": "0.2.0",
|
90 |
-
"optimum_benchmark_commit": "
|
91 |
"transformers_version": "4.40.2",
|
92 |
"transformers_commit": null,
|
93 |
"accelerate_version": "0.30.1",
|
|
|
5 |
"version": "2.2.2+rocm5.7",
|
6 |
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
7 |
"task": "text-generation",
|
|
|
8 |
"library": "transformers",
|
9 |
+
"model": "openai-community/gpt2",
|
10 |
+
"processor": "openai-community/gpt2",
|
11 |
"device": "cuda",
|
12 |
"device_ids": "0",
|
13 |
"seed": 42,
|
14 |
"inter_op_num_threads": null,
|
15 |
"intra_op_num_threads": null,
|
16 |
+
"model_kwargs": {},
|
17 |
+
"processor_kwargs": {},
|
18 |
+
"hub_kwargs": {},
|
|
|
|
|
|
|
19 |
"no_weights": true,
|
20 |
"device_map": null,
|
21 |
"torch_dtype": null,
|
|
|
85 |
"gpu_count": 1,
|
86 |
"gpu_vram_mb": 68702699520,
|
87 |
"optimum_benchmark_version": "0.2.0",
|
88 |
+
"optimum_benchmark_commit": "6fd377459e287bb09e9383ba2516b1b2a271a562",
|
89 |
"transformers_version": "4.40.2",
|
90 |
"transformers_commit": null,
|
91 |
"accelerate_version": "0.30.1",
|