From 1ba7af94501647ae691db213f572360f89466f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-Arne=20Gr=C3=B6nroos?= Date: Mon, 4 Mar 2024 11:55:03 +0200 Subject: [PATCH] pep8 --- tools/benchmark_gpu_assignment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/benchmark_gpu_assignment.py b/tools/benchmark_gpu_assignment.py index 0f5022b9..fcb96388 100755 --- a/tools/benchmark_gpu_assignment.py +++ b/tools/benchmark_gpu_assignment.py @@ -74,7 +74,7 @@ def dummy_config(langs, tasks, architecture, n_gpus_per_node, n_slots_per_gpu): 'dec_layers': [6], } return config - + @click.command() @click.option('--n_langs', type=int, required=True)