Skip to content

Commit a8e7bb7

Browse files
committed
remove unnecessary comments
1 parent b95d8ce commit a8e7bb7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

elk/training/sweep.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ def execute(self):
160160
continue
161161

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

165164
eval = elicit.make_eval(model, eval_dataset)
166165
eval.execute(highlight_color="green")

elk/training/train.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ def make_eval(self, model, eval_dataset):
6363
skip_supervised=self.supervised == "none",
6464
prompt_indices=self.prompt_indices,
6565
concatenated_layer_offset=self.concatenated_layer_offset,
66-
# datasets=run.datasets isn't needed because it's
67-
# immediately overwritten
66+
# datasets isn't needed because it's immediately overwritten
6867
debug=self.debug,
6968
disable_cache=self.disable_cache,
7069
)

0 commit comments

Comments
 (0)