mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
fix pre-commit
This commit is contained in:
parent
b497e35fb8
commit
770255b608
1 changed files with 2 additions and 2 deletions
|
|
@ -399,7 +399,7 @@ class AsyncModelEvaluator:
|
|||
else:
|
||||
# Original format for multiple categories
|
||||
output_dir = Path(self.config.output_dir) / f"{model_name}_{timestamp}"
|
||||
|
||||
|
||||
output_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
results_path = None
|
||||
|
|
@ -532,7 +532,7 @@ async def main_async():
|
|||
config.save_metadata = True
|
||||
if args.full_results:
|
||||
config.save_full_results = True
|
||||
|
||||
|
||||
# Filter categories if --category is specified
|
||||
if args.category:
|
||||
# Keep only the specified category
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue