Skip to content

Commit a3406bc

Browse files
authored
Fix flores eval for uploaded models (#1293)
1 parent 9530cae commit a3406bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def _get_flores_eval(self, training_run: TrainingRun, task_group_id: str, gcs_mo
349349
if not blob.name.endswith(".metrics.json"):
350350
continue
351351

352-
if "-flores-devtest" in blob.name and "-aug-" not in blob.name:
352+
if "devtest" in blob.name and "aug-" not in blob.name:
353353
return blob
354354

355355
# Check for flores-devtest in dedicated evaluation subdirectories (newer structure)

0 commit comments

Comments
 (0)