Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed committed Nov 15, 2024
1 parent e3804f1 commit 19db4b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mteb/load_results/task_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def from_disk(cls, path: Path, load_historic_data: bool = True) -> TaskResult:
)
or "mteb_version" not in data
) # assume it is before 1.11.0 if the version is not present

try:
obj = cls.model_validate(data)
except Exception as e:
Expand Down

0 comments on commit 19db4b2

Please sign in to comment.