We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85d473 commit 9c791d9Copy full SHA for 9c791d9
examples/speculative_decoding/eagle_utils.py
@@ -345,7 +345,7 @@ def make_eagle_supervised_data_module(
345
else:
346
with open(data_args.data_path) as f:
347
if data_args.data_path.endswith("jsonl"):
348
- data_json = [json.loads(line) for line in f][:256]
+ data_json = [json.loads(line) for line in f]
349
350
data_json = json.load(f)
351
0 commit comments