Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbetz committed Apr 11, 2024
1 parent ee6a9a6 commit 25f92b9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/cot_eval/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,7 @@ def main():
if hftoken is None:
raise ValueError("No HF token specified")

tasks = []

# FIXME: Remove this block
# for task in config.tasks:
# if not has_config(args.upload_dataset, f"{config.name}-{task}", token=hftoken):
# tasks.append(task)
# else:
# logging.warning(f"Config {config.name}-{task} already exists. Will not generate reasoning traces for this config.")

tasks = [t for t in config.tasks]

# Preprocess the task data
task_data = {}
Expand Down

0 comments on commit 25f92b9

Please sign in to comment.