Skip to content

Commit 4e41981

Browse files
committed
update
1 parent 84b5076 commit 4e41981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/client_cmp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# input args
77
input_len = 1200
88
output_len = 800
9-
dataset_path = os.environ["SHAREGPT_DATASET"]
9+
dataset_path = os.environ["SHAREGPT_DATAPATH"]
1010
input_features = [
1111
"random_input_len",
1212
"random_output_len",
@@ -41,7 +41,7 @@
4141
--max-concurrency {request_rate}
4242
--num-prompt {num_prompt}
4343
"""
44-
rate_list = [1, 2, 4, 8]
44+
rate_list = [8]
4545
client_cmds = [
4646
client_template.format(
4747
input_len=input_len,
@@ -70,7 +70,7 @@
7070
client_cmds=client_cmds,
7171
input_features=input_features,
7272
output_metrics=output_metrics,
73-
n=3,
73+
n=1,
7474
only_last=True,
7575
output_dir="version_cmp_bench",
7676
)

0 commit comments

Comments
 (0)