Skip to content

Commit

Permalink
removed a TODO comment that references to issue 439
Browse files Browse the repository at this point in the history
  • Loading branch information
shakatoday committed Nov 20, 2024
1 parent 5e28743 commit 4d74494
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helm/benchmark/augmentations/dialect_perturbation.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ def __init__(self, prob: float, source_class: str, target_class: str, mapping_fi
self.MAPPING_DICTS for the provided source and target classes
will be used, if available.
"""
# TODO: Update path so it is not hard-coded to benchmark_output
# https://github.com/stanford-crfm/benchmarking/issues/493
self.output_path: str = self.OUTPUT_PATH
Path(self.output_path).mkdir(parents=True, exist_ok=True)

Expand Down

0 comments on commit 4d74494

Please sign in to comment.