Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/leaderboard/read_evals.py
Browse files
src/leaderboard/read_evals.py
CHANGED
@@ -114,6 +114,7 @@ class EvalResult:
|
|
114 |
def update_with_request_file(self, requests_path):
|
115 |
"""Finds the relevant request file for the current model and updates info with it"""
|
116 |
request_file = get_request_file_for_model(requests_path, self.full_model, self.precision)
|
|
|
117 |
|
118 |
try:
|
119 |
with open(request_file, "r") as f:
|
|
|
114 |
def update_with_request_file(self, requests_path):
|
115 |
"""Finds the relevant request file for the current model and updates info with it"""
|
116 |
request_file = get_request_file_for_model(requests_path, self.full_model, self.precision)
|
117 |
+
print(f"Available request files: {os.listdir(requests_path)}")
|
118 |
|
119 |
try:
|
120 |
with open(request_file, "r") as f:
|