Skip to content

Commit 00d76a3

Browse files
author
Le Xu
committed
clean up
Signed-off-by: Le Xu <le.xu@bytedance.com>
1 parent cee9843 commit 00d76a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmarks/generator/sample_request.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def sample_requests_all(
120120
# Relaxation mechanism
121121
end_idx = min(start_idx + qps, len(df))
122122
for i in range(start_idx, end_idx):
123-
print(f"start_idx {start_idx} end_idx {end_idx} i {i} len {len(df)} ")
124123
row = df.iloc[i]
125124
results.append({"prompt": row["prompt"],
126125
"model": model,

0 commit comments

Comments
 (0)