fix types

This commit is contained in:
Jialong Wu
2025-03-12 21:10:26 +08:00
parent ed9dcc3b87
commit 8a2106a1af

View File

@@ -95,7 +95,7 @@ class GAIABenchmark(BaseBenchmark):
json.dump(constructed_data, f, indent=4)
f.close()
print(f"infofully dumped tasks to {save_path}")
print(f"Successfully dumped tasks to {save_path}")
def load(self, force_download=False):
r"""Load the GAIA dataset.