Spaces:
Running
Running
Aaron Mueller
commited on
Commit
·
c8abe7b
1
Parent(s):
5f9ae20
quick fix
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -89,7 +89,7 @@ class EvalResult:
|
|
89 |
|
90 |
def update_with_request_file(self, requests_path):
|
91 |
"""Finds the relevant request file for the current model and updates info with it"""
|
92 |
-
request_file = get_request_file_for_model(requests_path, self.full_model)
|
93 |
|
94 |
try:
|
95 |
with open(request_file, "r") as f:
|
|
|
89 |
|
90 |
def update_with_request_file(self, requests_path):
|
91 |
"""Finds the relevant request file for the current model and updates info with it"""
|
92 |
+
request_file = get_request_file_for_model(requests_path, self.full_model, self.track)
|
93 |
|
94 |
try:
|
95 |
with open(request_file, "r") as f:
|