Skip to content

Commit 9c791d9

Browse files
committed
minor: revert irrelevant change
Signed-off-by: h-guo18 <[email protected]>
1 parent a85d473 commit 9c791d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/speculative_decoding/eagle_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def make_eagle_supervised_data_module(
345345
else:
346346
with open(data_args.data_path) as f:
347347
if data_args.data_path.endswith("jsonl"):
348-
data_json = [json.loads(line) for line in f][:256]
348+
data_json = [json.loads(line) for line in f]
349349
else:
350350
data_json = json.load(f)
351351

0 commit comments

Comments
 (0)