mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
chore: Move HARD_SET_NUM definition
This commit is contained in:
parent
e6bfc1c2fc
commit
d4b62608a9
1 changed files with 2 additions and 1 deletions
|
@ -5,13 +5,14 @@ import json
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from typing import List, Optional
|
from typing import List, Optional
|
||||||
|
|
||||||
HARD_SET_NUM = 4 # Number of models that defines the hard set threshold
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
from aider.dump import dump # noqa
|
from aider.dump import dump # noqa
|
||||||
|
|
||||||
|
HARD_SET_NUM = 4 # Number of models that defines the hard set threshold
|
||||||
|
|
||||||
|
|
||||||
def get_dirs_from_leaderboard():
|
def get_dirs_from_leaderboard():
|
||||||
# Load the leaderboard data
|
# Load the leaderboard data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue