mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 17:05:54 +00:00
Add color to summary and fix some issues
This commit is contained in:
@@ -157,8 +157,6 @@ class Arguments:
|
||||
"type": str,
|
||||
"required": True,
|
||||
"choices": list(models_data),
|
||||
"action": EnvDefault,
|
||||
"envvar": "model",
|
||||
"help": "model name",
|
||||
},
|
||||
],
|
||||
@@ -168,8 +166,6 @@ class Arguments:
|
||||
"type": str,
|
||||
"required": True,
|
||||
"choices": list(models_data),
|
||||
"action": EnvDefault,
|
||||
"envvar": "model",
|
||||
"help": "model name",
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user