-
Couldn't load subscription status.
- Fork 6.8k
[serve.llm] release tests for 1p1d #53190
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
Merged
+42
−29
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0d23917
rebase
lk-chen 7cfa1ba
add requiremnts
lk-chen 1aeb5b4
fix
lk-chen 0bdc001
update Docker
lk-chen 206c8f9
+x
lk-chen 33b1015
filename change in another PR
lk-chen 5defd57
fix for new config schema
lk-chen 5a6d4fc
remove 8B, use 0.6B
lk-chen b3c1708
remove nv driver
lk-chen 1c4b71e
fix test for qwen
lk-chen 5f055e2
use a10g
lk-chen f68cfdc
fix test
lk-chen af51afd
fix
lk-chen 2dc4db4
no qwen, revert common
lk-chen 540d793
rebase
lk-chen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
release/llm_tests/serve/configs/model_config/qwen_3_0dot6B_1replica.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...erve/configs/serve_qwen3_0dot6B_1p1d.yaml → ...ve_llama_3dot1_8b_quantized_tp1_1p1d.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| applications: | ||
| - args: | ||
| prefill_config: ./configs/model_config/qwen_3_0dot6B_1replica.yaml | ||
| decode_config: ./configs/model_config/qwen_3_0dot6B_1replica.yaml | ||
| prefill_config: ./configs/model_config/llama_3dot1_8b_quantized_tp1.yaml | ||
| decode_config: ./configs/model_config/llama_3dot1_8b_quantized_tp1.yaml | ||
| import_path: ray.llm._internal.serve.deployments.prefill_decode_disagg.prefill_decode_disagg:build_app | ||
| name: llm-endpoint | ||
| route_prefix: / |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| #!/bin/bash | ||
| # This script is used to build an extra layer on top of the base llm image | ||
| # to install vllm at specific version that includes necessary changes for | ||
| # PD-disaggregated serving. | ||
|
|
||
| set -exo pipefail | ||
|
|
||
| # https://github.com/vllm-project/vllm/pull/17751 (Nixl Integration. May 12) | ||
| pip3 install --no-cache-dir \ | ||
lk-chen marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "vllm@https://wheels.vllm.ai/d19110204c03e9b77ed957fc70c1262ff370f5e2/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.