-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
[Hybrid allocator + kv connector] revert connector test changes related to hybrid allocator #28011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -136,7 +136,6 @@ run_tests_for_model() { | |||||||
| vllm serve $model_name \ | ||||||||
| --port $PORT \ | ||||||||
| --enforce-eager \ | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||||
| --disable-hybrid-kv-cache-manager \ | ||||||||
| --gpu-memory-utilization $GPU_MEMORY_UTILIZATION \ | ||||||||
| --tensor-parallel-size $PREFILLER_TP_SIZE \ | ||||||||
| --kv-transfer-config '$KV_CONFIG'" | ||||||||
|
|
@@ -179,7 +178,6 @@ run_tests_for_model() { | |||||||
| --port $PORT \ | ||||||||
| --enforce-eager \ | ||||||||
| --gpu-memory-utilization $GPU_MEMORY_UTILIZATION \ | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||||
| --disable-hybrid-kv-cache-manager \ | ||||||||
| --kv-transfer-config '$KV_CONFIG'" | ||||||||
|
|
||||||||
| # DP-EP attention mode | ||||||||
|
|
||||||||
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -85,7 +85,6 @@ run_tests_for_model() { | |||||||
| --port $PREFILL_PORT \ | ||||||||
| --enforce-eager \ | ||||||||
| --gpu-memory-utilization 0.2 \ | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||||
| --disable-hybrid-kv-cache-manager \ | ||||||||
| --kv-transfer-config '$KV_CONFIG'" | ||||||||
|
|
||||||||
| if [ -n "$model_args" ]; then | ||||||||
|
|
@@ -104,7 +103,6 @@ run_tests_for_model() { | |||||||
| --port $DECODE_PORT \ | ||||||||
| --enforce-eager \ | ||||||||
| --gpu-memory-utilization 0.2 \ | ||||||||
KuntaiDu marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||
| --disable-hybrid-kv-cache-manager \ | ||||||||
| --kv-transfer-config '$KV_CONFIG'" | ||||||||
|
|
||||||||
| if [ -n "$model_args" ]; then | ||||||||
|
|
||||||||
Uh oh!
There was an error while loading. Please reload this page.