Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f226a3f0
Unverified
Commit
f226a3f0
authored
Nov 18, 2025
by
Nicolò Lucchesi
Committed by
GitHub
Nov 18, 2025
Browse files
[CI][NIXL] Change default `block_size` for tests (#28927)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
c2612371
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/v1/kv_connector/nixl_integration/run_accuracy_test.sh
tests/v1/kv_connector/nixl_integration/run_accuracy_test.sh
+2
-2
No files found.
tests/v1/kv_connector/nixl_integration/run_accuracy_test.sh
View file @
f226a3f0
...
@@ -49,8 +49,8 @@ NUM_DECODE_INSTANCES=${NUM_DECODE_INSTANCES:-1} # Default to 1
...
@@ -49,8 +49,8 @@ NUM_DECODE_INSTANCES=${NUM_DECODE_INSTANCES:-1} # Default to 1
PREFILLER_TP_SIZE
=
${
PREFILLER_TP_SIZE
:-
1
}
PREFILLER_TP_SIZE
=
${
PREFILLER_TP_SIZE
:-
1
}
DECODER_TP_SIZE
=
${
DECODER_TP_SIZE
:-
1
}
DECODER_TP_SIZE
=
${
DECODER_TP_SIZE
:-
1
}
GPU_MEMORY_UTILIZATION
=
${
GPU_MEMORY_UTILIZATION
:-
0
.2
}
GPU_MEMORY_UTILIZATION
=
${
GPU_MEMORY_UTILIZATION
:-
0
.2
}
PREFILL_BLOCK_SIZE
=
${
PREFILL_BLOCK_SIZE
:-
1
6
}
PREFILL_BLOCK_SIZE
=
${
PREFILL_BLOCK_SIZE
:-
1
28
}
DECODE_BLOCK_SIZE
=
${
DECODE_BLOCK_SIZE
:-
1
6
}
DECODE_BLOCK_SIZE
=
${
DECODE_BLOCK_SIZE
:-
1
28
}
# Find the git repository root directory
# Find the git repository root directory
GIT_ROOT
=
$(
git rev-parse
--show-toplevel
)
GIT_ROOT
=
$(
git rev-parse
--show-toplevel
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment