Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
derpyplops committed Jul 12, 2023
1 parent b95d8ce commit a8e7bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion elk/training/sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def execute(self):
continue

assert elicit.out_dir is not None
# TODO we should fix this so that this isn't needed

eval = elicit.make_eval(model, eval_dataset)
eval.execute(highlight_color="green")
Expand Down
3 changes: 1 addition & 2 deletions elk/training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def make_eval(self, model, eval_dataset):
skip_supervised=self.supervised == "none",
prompt_indices=self.prompt_indices,
concatenated_layer_offset=self.concatenated_layer_offset,
# datasets=run.datasets isn't needed because it's
# immediately overwritten
# datasets isn't needed because it's immediately overwritten
debug=self.debug,
disable_cache=self.disable_cache,
)
Expand Down

0 comments on commit a8e7bb7

Please sign in to comment.