chore: Move HARD_SET_NUM definition

This commit is contained in:
Paul Gauthier 2024-12-18 13:08:47 -08:00 committed by Paul Gauthier (aider)
parent e6bfc1c2fc
commit d4b62608a9

View file

@ -5,13 +5,14 @@ import json
from collections import defaultdict
from typing import List, Optional
HARD_SET_NUM = 4 # Number of models that defines the hard set threshold
from pathlib import Path
import yaml
from aider.dump import dump # noqa
HARD_SET_NUM = 4 # Number of models that defines the hard set threshold
def get_dirs_from_leaderboard():
# Load the leaderboard data