Skip to content

Commit 7cade5a

Browse files
NickLucchebigPYJ1151
authored andcommitted
[CI][NIXL] Change default block_size for tests (#28927)
Signed-off-by: NickLucche <nlucches@redhat.com> Signed-off-by: jiang1.li <jiang1.li@intel.com>
1 parent 9b96530 commit 7cade5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/v1/kv_connector/nixl_integration/run_accuracy_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ NUM_DECODE_INSTANCES=${NUM_DECODE_INSTANCES:-1} # Default to 1
4949
PREFILLER_TP_SIZE=${PREFILLER_TP_SIZE:-1}
5050
DECODER_TP_SIZE=${DECODER_TP_SIZE:-1}
5151
GPU_MEMORY_UTILIZATION=${GPU_MEMORY_UTILIZATION:-0.2}
52-
PREFILL_BLOCK_SIZE=${PREFILL_BLOCK_SIZE:-16}
53-
DECODE_BLOCK_SIZE=${DECODE_BLOCK_SIZE:-16}
52+
PREFILL_BLOCK_SIZE=${PREFILL_BLOCK_SIZE:-128}
53+
DECODE_BLOCK_SIZE=${DECODE_BLOCK_SIZE:-128}
5454

5555
# Find the git repository root directory
5656
GIT_ROOT=$(git rev-parse --show-toplevel)

0 commit comments

Comments
 (0)