Skip to content

Commit 190fc58

Browse files
Update tests/torch_compile/e2e/v1/kv_connector/nixl_integration/run_accuracy_test.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8c11e55 commit 190fc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/torch_compile/e2e/v1/kv_connector/nixl_integration/run_accuracy_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ run_tests_for_model() {
201201
--enable-chunked-prefill \
202202
--max-num-batched-tokens $MAX_NUM_BATCHED_TOKENS \
203203
--max-num-seqs $MAX_NUM_SEQS \
204-
--tensor-parallel-size $PREFILLER_TP_SIZE \
204+
--tensor-parallel-size $DECODER_TP_SIZE \
205205
--kv-transfer-config '$KV_CONFIG'"
206206

207207
if [ -n "$model_args" ]; then

0 commit comments

Comments
 (0)