Skip to content

Commit c6ec2d9

Browse files
committed
update
Signed-off-by: junq <[email protected]>
1 parent b999da8 commit c6ec2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/llm-api/llm_kv_cache_offloading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def main(args):
1212
)
1313

1414
prompt_b = (
15-
"Question: This question refers to the following information. Read the following excerpt."
16-
"The revolutionary seed had penetrated into every country and spread more or less. "
15+
"Question: Given the following question and four candidate answers (A, B, C and D), choose the best answer."
16+
"The following excerpt is from a pamphlet. You will do me the justice to remember, "
1717
)
1818
max_batch_size = 1
1919
max_seq_len = 256

0 commit comments

Comments
 (0)