This commit is contained in:
lipeiji 2025-06-12 12:45:31 +08:00
parent e5d5e53728
commit b379c541bf
11 changed files with 239 additions and 223 deletions

View file

@ -34,7 +34,6 @@ def main_pipeline(
configs = json.load(f)
except:
import pdb;pdb.set_trace()
if not configs:
configs = [{}]
n_per_config = [n // len(configs) for _ in configs]