Skip to content

Commit 15bddab

Browse files
committed
cruft
Signed-off-by: NickLucche <nlucches@redhat.com>
1 parent f1b59b6 commit 15bddab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmarks/benchmark_dataset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,6 @@ def sample(
868868
for item in self.data:
869869
if len(sampled_requests) >= num_requests:
870870
break
871-
# output_len = len(tokenizer._normalize(item['text']))
872871
audio = item["audio"]
873872
y, sr = audio["array"], audio["sampling_rate"]
874873
duration_s = librosa.get_duration(y=y, sr=sr)
@@ -884,7 +883,6 @@ def sample(
884883
prompt_len=prompt_len,
885884
expected_output_len=output_len,
886885
multi_modal_data=mm_content,
887-
# language="en" will default to en on endpoint
888886
))
889887
if skipped:
890888
logger.warning("%d samples discarded from dataset due to" \

0 commit comments

Comments
 (0)