in generate/run_ioi_slurm.py [0:0]
def get_concurrency(model_name: str, concurrency: int) -> int: """Get concurrency from model config.""" return MODEL_CONFIGS.get(model_name, {}).get("concurrency", concurrency)