You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the function preparse to default_group_name.
The previous function name `preparse` is not proper, the only usage of it is to
get the default group name, so change it to better function name, by the way, we
also update the argument of it from `tuple[str, ...]` to `ModelConfig` as the
process from tuple to config is common and we shall run it in `common.py`.
PR: USTC-KnowledgeComputingLab/qmb#38
Signed-off-by: Hao Zhang <[email protected]>
0 commit comments